Recently I created a simple rating control, which basically shows the rating value according to the value selected (Poor/Fair/Good/Good/Excellent). Basically, after tapping an element it…
Category: Xamarin Forms
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…
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…
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…
I have always wanted to create a section bar similar to the one that Facebook mobile app has for showing different content in Facebook groups…
When working in applications that involve image sharing you might need to provide some functionality related to image manipulation like applying filters. But there’s not a…