This is how I add a custom pin using Xamarin Forms Maps with no additional Nuget packages other than Xamarin.Forms.Maps…
This is how I use Xamarin Forms Essentials Preferences to save and get data. I use to store non sensitive…
This is how I create a Xamarin Forms Show/Hide password entry in my login screens. Im using an MVVM pattern…
This is how I use Xamarin Forms MVVM and SQLite. Create ViewModels for each page (view) you have and make…
This is how I add custom pin icons using Xamarin Forms Xamarin.Forms.GoogleMaps. On my MainPage view: 1. I create the…
This is how I add a Splash Screen in my Xamarin Forms apps Create a new ContentPage ie Splash.xaml Set…
This is how I upload an image in Xamarin Forms to a PHP site Xamarin Forms Page using Plugin.Media; using…
This is how I get a WordPress RSS Feed to use in my Xamarin Forms apps. I call the GetRSSFeed()…