Recently I created a simple rating control, which basically shows the rating value according to the value selected (Poor/Fair/Good/Good/Excellent). Basically, after tapping an element it…
Tag: custom renderers
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…
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…
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…