↧
Sharing SVG icons across platforms in Xamarin Forms
Using SVG for icons is a great way to tackle the different resolution issues on mobile platforms, but wouldn’t be even better if we can share the same SVG resources across all our specific platform...
View ArticleExploring a Chat UI in Xamarin Forms (Part. 2)
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 message. Also how to put the chat entry on the top of the keyboard...
View ArticleExploring Map Tracking UI in Xamarin Forms
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 its current position in the route. In this article, will show you...
View Article