The basics when developing a map tracking UI is showing the driver route and car position on the map. The car should move according to…
Tag: ui
Recently, I was wondering how to implement a particle system animation in an abstract way so that it can be used inside any control. Fortunately,…
Sometimes in our mobile applications, we need to switch between different views inside a ContentPage or ContentView depending on the context. You could use IsVisible…
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…
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…
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…