Recently, I helped a friend by implementing a feature that detects hashtags and handles when users tap on them. After doing some research got inspired…
Tag: ux
In a previous article, I talked about how to search for places using google map APIs. Will now extend it by allowing the user to…
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,…
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…
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…