On May 27, I had the opportunity to give a talk along with Rendy Del Rosario on how to create white labeling applications using Xamarin Forms. We covered the following topics: what’s a white labeling app, it’s advantages, and how to create one. You can check the slides used here: Creating White labeling app in Xamarin Forms […]
Handle Multilingual in Xamarin Forms (Without any plugin)
A few years ago, I created a Multilingual plugin to handle multiple language support in Xamarin apps. The reason I did this, was because there was no .NET Standard at the time so for things like getting the device culture we had to create a platform implementation. Many changes has been made and now the […]
Contact Sharing in Xamarin Forms
When we think about “Sharing a contact”, the first thing that comes to mind is to share the phone number as text so that the user can copy it. But this is not very efficient since the user will have to do many steps if they want to save that number in their contact’s phonebook […]