In a previous article, I talked about how to show a route based on two location points and simulate tracking. This time I will be…
Category: UI
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…
Inspired by a Xamgirl blog post about selecting multiple images from the gallery decided to do an updated version that will allow selecting multiple images…
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…
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…
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…