For the last few months, I have been writing about State Machine. As the final article of this series and the first article of the…
Tag: Xamarin Forms
In our previous article, we covered how to setup the Braintree client-side integration to support Apple Pay and Google Pay payments. Today will be extending…
In a previous article, I talked about how to show a route based on two location points and simulate tracking. This time I will be…
Realm is an object oriented database that can be use to handle data persistance in mobile apps. Is a solid alternative to SQLite and other…
Adding Kerning to your Labels in Xamarin Forms When we have a design using letters with more/less spacing that expected, this technique is called kerning…
In this article I’m going to show you how to customize the Editor control. We will add the following functionalities: Auto expand Adding Corner Radius…
Using SVG for icons is a great way to tackle the different resolution issues on mobile platforms, but wouldn’t be even better if we can…
A good UX practice is to use a relative time formatting instead of showing dates using normal date formats. It helps the user to have…