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: iOS
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,…
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…
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…