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…
Category: Samples
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…
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…
I loved the Pokemon Go game since it came out, it got me a bit curious about Aumented Reality. So recently I decided to experiment…
I had always wondered how to achieve a draggable view in Xamarin Forms to create some different user experiences. You can definitely do this by using custom…