Implementing Dark & Light Modes in Xamarin.Forms Apps
With modern mobile devices supporting both dark & light modes, users expect applications to respect those settings. Since Xamarin.Forms version 4.6.0.967, we can easily add
With modern mobile devices supporting both dark & light modes, users expect applications to respect those settings. Since Xamarin.Forms version 4.6.0.967, we can easily add
Almost all apps use some kind of graphic icons to make the UI more attractive and easy to use. Here I will demonstrate a quick
Did you notice that graphic designers love gradients? It was a trend in mobile designs that started in 2017 and now it’s getting even more
Xamarin.Forms includes its own animation infrastructure that allows for easy creation of simple animations, while also being versatile enough to create complex animations. Let’s take