When developing a chat UI in Xamarin Forms there are a few challenges we face: Having multiple UI cells Put the chat entry in the…
Category: UX
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…