Month: April 2019
Download Files in Xamarin Forms internally.
I will make a quick tutorial on this activity. 2,974 total views
2,974 total views
Change Date and Time picker color Xamarin forms Android Version
Add this in your Android Project and that’s all. 🙂 styles.xml 5,419 total views
5,419 total views
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 2,079 total views
2,079 total views
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
3,257 total views