Month: April 2019
Download Files in Xamarin Forms internally.
I will make a quick tutorial on this activity. Post Views: 560
Change Date and Time picker color Xamarin forms Android Version
Add this in your Android Project and that’s all. 🙂 styles.xml Post Views: 583
Skia Sharp and Xamarin forms
This is only drawing any images on the UI and UI are more dynamic to regular screens. Use Kimono Designer for mac to draw any Ui Post Views: 372
Custom Navigation Bar Xamarin forms.
Hi guys this is a new post regarding custom navigation bar that i made enjoy the code. At first : Remove the navigation bar from current page : If you are in Xamarin forms 3.0 or above then you have to go the specific page .cs file and implement this : SetValue(NavigationPage.HasNavigationBarProperty, false); InitializeComponent(); Now