Mar 20StaticResource & DynamicResource in Xamarin FormsYou probably have used Static values inside ResourceDictionary for your Xamarin Forms App to define common Color, Sting, Double, etc, and have fetched the values using StaicResource or DynamicResource with Static value key. …Xamarin Forms3 min read
Mar 12Xamarin Forms Multilingual AppIs your app’s audience comes from different kinds of regions/countries whose primary language is not just English? You must provide multilingual support to your app which can help your app/business grow.Programming3 min read
Mar 6Using Custom Font Family in Xamarin FormsEver wondered how to use a custom font family for your App Label, Button, Entry, etc? In this article, we will learn how to use a cool custom font family & make our App UI more attractive & cool. I will be using Google Fonts for this article.Xamarin3 min read
Mar 1Flip Animation in Xamarin FormsFollowing is the article explaining how to achieve flip animation in xamarin forms. Here basically I will be implementing how to change the Frame Content which has 2 views Front & Back View and on the tap, the view will change with a flip animation. Approach …Xamarin1 min read
Mar 2, 2021Xamarin Forms Software Back Button Event CaptureI have been developing mobile apps in xamarin forms for quite a few years now, and there is always been a requirement to show a confirmation popup on the software back button pressed in android. …Xamarin Forms2 min read