I need Master Detail Page and Tabbed Page(bottom) at the same time in the...
When we set drawer screen layout as master and Tabbed Page as detail we can achieve this. But the problem is when i try to click on the menus in the drawer screen of master detail page, i loss the...
View ArticleI need Master Detail Page and Tabbed Page(bottom) at the same time in the...
When we set drawer screen layout as master and Tabbed Page as detail we can achieve this. But the problem is when i try to click on the menus in the drawer screen of master detail page, i loss the...
View ArticleLoad native libraries in Xamarin Mac
Hi, I have an issue for load 3 native libraries. When I build my project, I have 3 warnings: Warning MM2006: Native library 'libopusfm' was referenced but could not be found. (MM2006) Warning MM2006:...
View ArticleHow to replace deprecated Android “Context.Resources.UpdateConfiguration” in...
I'm using this Android API Context.Resources.UpdateConfiguration(Configuration, DisplayMetrics), but it's deprecated, so it doesn't work in higher version of Android system. I've done research online...
View ArticleGrabbing Website Title is too slow
Hi, I am using below code to grab website title and I also want later to grab the website photo(s) just like what Fcebook, linkedin and twitter is doing The problem I facing here that it is too slow...
View ArticleKatalon Automation Tool not able to retrieve resource ID for Xamarin.Forms...
Hi Team, We using Xamarin.Forms to develop cross-platform apps. We are using the Katalon Automation Tool for Mobile App recording and the scripts will be generated automatically for execution and the...
View ArticleWill be any problem if I use a Xiaomi's smartphone to develope Xamarin Forms...
I mean, right now I'm using my motorola g5 plus to test my apps. I want to buy a Xiaomi's smartphone but a know they use a.. "Miui" as firmware, What is that? I will have some different problem working...
View ArticleApp freezes when returning from sleep
I made a crossplatform game (iOS/UWP/Android) with CocosSharp and Box2D, and on Android when the app returns from sleeping if freezes, this only happens on Android. But when I press the "Overview"...
View ArticleHow to lock orientation of a device programmatically
I am testing my experimental launcher app, and using a customer button, I am trying to lock the orientation of the device by calling the following code: mainActivity.RequestedOrientation =...
View ArticleWhat are consequences/implications of using an ObservableCollection in this...
This appears to allow me to do background work and when ready, supply the data to the collection and still get the UI to update with out a lot of fuss. Perhaps I am wrong as I am new at this. Having...
View Articlewrong height in Android ViewRenderer after set targetSdkVersion increase to...
Hello, i have a problem with Xamarin.Android in conjunction with a custom view renderer. When I increase the targetSdk version from 27 to 28 or 29, the renderer returns an incorrect value for the view...
View ArticleRemove webview
I am trying to upload to Appstore , but i get this ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . Oke i delete everything that was using...
View ArticleInvalid number of rows in section
I trying to bind a ListView with an ObservableCollection. It works on both Windows Phone and Android but when running it on iOS I get an exception. The message says:...
View ArticleKeyboard hide Entry after TranslateTo
I use TranslateTo to move a RelativeLayout. The parent of this layout is also RelativeLayout. The keyboard hides the input field. But if I do not use TranslateTo, I init the layout in the end position,...
View ArticleItemGroup XamarinBuildDownloadRestoreAssemblyAar is no longer supported.
Since I've updated the nuget package for xamarin.build.download to version 0.8.0 I have two warnings... ItemGroup XamarinBuildDownloadRestoreAssemblyAar is no longer supported. If your build is...
View ArticleOverride iOS Accessibility setting for Bold Text
Is there a way to override the Bold Text setting under Accessibility in iOS? Some of our labels are getting truncated. We have tried setting FontAttributes to None, but that did not make a difference....
View ArticleHow to manage focused element on AndroidTv
Hello, i'm working on a small app for a Tv where i list all videos available on my private server. I want to display a grid of thumbnail and when I click on one I open the video. Here is how I display...
View Articlebackup sqlite database to Google drive
Is there a way to backup sqlite database to Google drive. If anyone have an idea please help me
View ArticleWORKS! == Xamarin.Forms + .NET Standard + Entity Framework Core for SQLite on...
Hi folks. Thought I'd share some tinkering I've done lately. I wanted to see if I could get a Xamarin.Forms sample app adapted from using SQLite.Net PCL to using Entity Framework Core instead (but...
View ArticleHow to know the page is showed?
As I am loading big data to collectionview,it tells me onLayout time is too long. So I want to not set the bindingcontext until the page is showed. I will give a loding message until the load is...
View Article