How can I see the SQL generated by SQLite.NET PCL in Xamarin Studio?
I researched this and all I can find is a suggestion to turn on .Trace = true like this: db1 = DependencyService.Get<ISQLite>().GetConnection(); db1.Trace = true; I also tried this: db2.Trace =...
View ArticleListView initial ActivityIndicator color
Hi, i set the global color for this ActivityIndicators in App.xaml: <Style TargetType="ListView"> <Setter Property="RefreshControlColor" Value="{StaticResource NavigationPrimary}" />...
View ArticleVS2019 - XAML Previewer rendering out of scale!
Dear, Everything worked correctly with the Visual Studio 2017, both using Xamarin Forms 3.4 or 3.6, but, after update to the Visual Studio 2019, I no more can use the XAML Previewer because it is...
View ArticleVolume UP / DOWN buttons in xamarin forms
Hello, It is possible to create events on volume up and down clicks? I am pretty new to xamarin and only used a bit to xamarin forms, never combined with xamarin android. Searched and tried multiple...
View Articlecan you run xamarin ui Test (iOS) on visual studio 2019
Hi wondering if you can run a xamarin ui Test (iOS) on visual studio 2019 using a mac mini connectivity launching a simulator? I keep reading contradictory statements about it. Could somebody clarify...
View ArticleHow to clear old distribution certificate and provisioning profile from ios...
I have two apple ids (A and B ) and created a new distribution certificate and provisioning profile for my ios app from B's account. I copied this project from my old project which already mapped with...
View ArticleHow to detect local network hardware device using WIFI?
Hi all, I would like to detect local network hardware devices using WIFI in Xamarin mobile app. (In this scenario, mobile phone have no internet connection at all) I search on documentation, but only...
View ArticleHow to Learn MVVM Concept?
I am trying to learn MVVM. Can any one help me how to learn MVVM concept ?
View Articlehow to auto install apk using Xamarin forms
Hi I want to auto install apk using Xamarin forms. I'm able to get the install screen of the apk using my code but that makes me install the app manually. This is my code public void ApkInstall() { try...
View ArticleAndroid accessibility Font Sizes - how it affects forms
Similar to this question: http://stackoverflow.com/questions/19817086/device-settings-independent-font-size I got my app to fit and look good on phones and tablets, then to my horror I discovered that...
View ArticleEntity Framework
Hi, I want to reuse a dll reference (is a part of our multilayer architecture) on my xamarin forms project that includes EntityFramwork dll. However I can not build my project because of entity...
View ArticleRemovePage is not supported globally on Android
Hi, Why I am getting: RemovePage is not supported globally on Android when I try: Navigation.RemovePage(this); although I have this in my App.xaml.cs: MainPage = new NavigationPage(new MainPage()) {...
View Articlehow to auto install apk using Xamarin forms
Hi I want to auto install apk using Xamarin forms. I'm able to get the install screen of the apk using my code but that makes me install the app manually. This is my code public void ApkInstall() { try...
View ArticleHow do I show only Month and Year in Date Picker?
Hi folks, Im trying to implement Stripe Checkout and in order to do that I have to create a page where users can fill in their creditcard details. One of the fields is the Expiration date, where you...
View ArticleWhy does my master detail page have 2 navigation bars?
Hi, Im using xaml for my master detail page and other pages however when i run my app i seem to have 2 navigation bars present and one doesnt have any items. help please. Master detail page code `...
View ArticleLoading image from file inside an ImageCell
Dear Team, I have been struggling with loading an image from file inside a ListView containing ImageCells. The URI methods forks fine for me: Image = ImageSource.FromUri(new Uri("...")) I wish I could...
View ArticleHow to get and display data from SQLITE by select a date using DatePicker in...
hye can anyone help or explain to me on how to get and display data from SQLITE by select a date using DatePicker
View ArticleException: Only the original thread that created a view hierarchy can touch...
The code below works on Windows Phone but when running on Android I am getting the following exception : android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created...
View ArticleOnly the original thread that created a view hierarchy can touch its views.
Hi there! First of all, my english is not very well, so please be patient to read my question slowly. Well, as you can see on the tittle, I got a problem about threads. I'm using a Listview and trying...
View ArticleAndroid.Util.AndroidRunTimeException:Only the original thread created a view...
It Seems to happen more often on Go Back or going back using Logout button which has almost similar implementations, and If I try to login again. but it has happened on normal modal navigation as well....
View Article