Sometimes we want to show a quick piece of information by tapping on a view, this is commonly known as a tooltip. Recently I was…
Category: Xamarin
There are scenarios when using a text editor that we want to show some options on the top of the keyboard. For example, a compose…
As a mobile applications user sometimes we receive emails with url links that by clicking on them, they open an application instead of the browser.…
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…
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…