This is how I pass data from a parent page to a details page using Xamarin Forms and a ListView…
If you ever need to access data or other content such as images, video, audio or other files that are…
Sometimes when developing mobile apps in Xamarin Forms, I use WordPress as the backend. And in WordPress I will usually…
Here is a sample code using C# to send a push notification to your mobile application using the OneSignal API. Create…
Do you have a WordPress website and need to connect it to you Xamarin mobile application? By “connect” I mean:…
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()…