Xamarin forms Map with Driving directions as like google maps.
Is this possible to create an application in xamarin forms with Maps with driving direction/ instructions? I am developing an application with xamarin forms. In that i have to show in app map with...
View ArticleHow to add a self-signed certificate to TrustedPeople in Xamarin.Android
I have the following code to add a generated self-signed certificate to the certificate store: try { StorePermission sp = new StorePermission(PermissionState.Unrestricted); sp.Flags =...
View ArticleRead and receive SMS From Devices back to the Xamarin Form
Good Day all i wanted Read the sms that i just sent for user verification purpose. the BroadcastReceiver class OnReceive gets fired nicely and i am able to take the value i want from the sms. now i...
View ArticleEntry.Focus() Not Working For Android
Hello, Currently, I am using this setup to set focus to an Entry: protected override void OnAppearing() { base.OnAppearing(); Entry emailEntry = this.FindByName<Entry>("emailEntry");...
View ArticleTaking Single View Project to Multi
Hey, I'm new to App development with Xaramin and have felt like I have already learned a lot through my new experience. Question: With the app I have already created, can I make it multi few so a user...
View ArticleBuild errors after Visual Studio for Mac update
After upgrading to the latest version of VS Community for Mac, my project no longer compiled. Also, I uninstalled and installed VS 2019, which also doesn't work. I get the following build error: The...
View ArticleACR.UserDialogs Splat - Could not be resolved as it was built against...
Hi Since upgrading my version of Visual Studio 2019 to the latest build I have been unable to build my project. Is anyone getting this same message or do you know how to resolve it? I am using Splat...
View Articlemulti customer project structure possible?
Hi, I've got a Xamarin.core, Xamarin.iOS and Xamarin.Android project wich are working fine. I now have another customer that wants just the exact same app just a bit customized. Therefore I was...
View ArticleWhat's the best way to concatenate a localized value with a binding?
Our resources are all localized/translated and we have a few places where we need to create a value from a localized string and a binding. + Binding value ie: Your order number is 12345 Is there a way...
View ArticleiOS Notification registration stopped working
Last week: notifications working okay (for many weeks). Monday: (no code changes) notification registration fails with error: I get the same thing with:...
View ArticleXamarin mtouch linker ProjectDir resolve to Windows not Host
When using mac agent for building iOS Xamarin project from Visual Studio on Windows custom linker path used in -B ${ProjectDir} is resolving ProjectDir to Windows instead of Host location. The only...
View ArticleAndroid Binding: Class is not abstract and does not override abstract method
I am building my binding project and I am getting 12 warnings and 0 errors. These are all my warnings. Warnings:...
View ArticleiOS and Android making use of hardware encryption chip
Hi Everyone, I recently came to be aware that most iOS and Android have a specific hardware chip within most recent mobile CPUs. Having done some encryption stuff on mobile I want to be able to take...
View ArticleHow to bind ModelView to ListView
Hi Xamarin Forum, Im wondering how to Bind my ViewModel to my ListView im surfing the net but for me it is not that clear can someone help me? Thanks
View Article