Not able to push custom events in Firebase Analytics
My environment: Windows Visual Studio 2017 version 15.8.9 Nuget Packages: Xamarin.Firebase.iOS.Analytics - 5.1.4 Xamarin.Firebase.iOS.Core - 5.1.3 Xamarin.Firebase.iOS.InstanceID - 3.2.1 I have...
View ArticleHow can I stop a Device.StartTimer () when I change the page and when my app...
I'm trying to create a ListView which refreshes its content every 5 seconds, for this I'm using a Device.StartTimer (), I've managed to make it work, but I've noticed that Device.StartTimer () is...
View ArticleGoogle Maps for IOS store
Hello guys, there are some differences in Apple app reviews if I use Google Maps in Xamarin instead of normal Xamarin.Forms.Maps? I found this plugin https://github.com/amay077/Xamarin.Forms.GoogleMaps...
View ArticleHow to achieve Receipt Printing in Xamarin Forms .Net Standard(Cross Platform...
I am working on Cross platform UWP application using Xamarin forms. I am struggling in printing concept and even i dono how to achieve this mecanism using xamarin?. Please help me on this topic. (Need...
View ArticleChanging IsBusy not working from Code Behind
I would like to know why is the IsBusy flag has no effect when called from the code behind. If the IsBusy is set in the viewmodel code then it works. // PageOne.xaml <?xml version="1.0"...
View ArticleBeginInvokeOnMainThread Utilization by Pushed Views?
In my main PCL app code, to effectively receive the results of an OData query, I have to wrap the code in a BeginInvokeOnMainThread. However I have discovered that in a pushed view that the results...
View Articleur shared users can go back to using our applications
ur shared users can go back to using our applications
View ArticleXamarin ios Cloud file copy location issue
I had connected iCloud using xamarin forms ios. My file copied to icloud without any error. But it saved in file:///private/var/mobile/Library/Mobile%20Documents/iCloud~com~companyname~MobileDoc/ path....
View ArticleIncoming calls in Xamarin Forms
Hi folks, I'm starting to evaluate Xamarin. I'm a VS developer. But not know about Android and IOS. I have make some "small" things in Xamarin and it's too funny. Now i'm trying to make an app, and for...
View ArticleUSSD request in Xamarin.Crossplatform?
I am developing a simple app using Cross Platform with Xamarin and I want to dial a number like *804#. Can anyone tell me how to do that in Cross Platform with Xamarin?
View ArticleSystem.BadImageFormatException: Method has zero rva
Does anyone here already encountered this error? "System.BadImageFormatException: Method has zero rva" So basically, what I'm doing is connecting arduino on a mobile tablet using Serial Port, and This...
View ArticleHow to work Xamarin with SQL Server using Web API
I am trying to connect to SQL Server with Xamarin using Web API, but I don't know somehow I am doing something wrong here is my code, Webapi controller public class LoginController : ApiController {...
View ArticleGoogle's ML Kit with Xamarin.Forms
Is there any way we can use Google's ML kit in Xamarin.forms? I want to create app something like https://github.com/firebase/quickstart-ios/tree/master/mlvision . It is using Swift but I want to do it...
View ArticleHow to set android device time
Hi, I'm trying to set the device time this way Calendar c = Calendar.GetInstance(new Java.Util.Locale("it-IT")); c.Set(time.Year, time.Month, time.Day, time.Hour, time.Minute); AlarmManager am =...
View Article[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleHow to set android time
Hi, I'm trying to set the device time this way Calendar c = Calendar.GetInstance(new Java.Util.Locale("it-IT")); c.Set(time.Year, time.Month, time.Day, time.Hour, time.Minute); AlarmManager am =...
View Article