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…
Category: Android
In the second part of this article we talked about how to expand the chat input view when the user is typing and also how…
In the first part of this series we talked about how to create different UI cells to render chat messages depending on who sends the…
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…
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…
I have been working with integrating push notifications in mobile apps for a while now and got a bit frustrated about going to the same…