Category: Xamarin Forms Project Tutorial
This posts are the collection of xamarin forms tutorial
Xamarin Forms Master Detail Shell Page
HeaderContentView.xaml HeaderContentView.xaml.cs MainPage.xaml MainPage.xaml.cs Output: 11,237 total views
11,237 total views
Bottom Tabbed page Xamarin Forms Shell
Install Xamarin Forms 4.0 in the system. That’s all Make sure you have added images in resources folder inside both android and IOS project. 2,213 total views
2,213 total views
Learning Dynamic in Xamarin forms
// Simple Grid //Learning Dynamic Items adding with button pressed MainPage.xaml & .CS 2,294 total views
2,294 total views
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
Playing with Title View Xamarin Forms 3.0
MyTestPage.xaml MyTestPage.xaml.cs 3,450 total views
3,450 total views
Collection View Pinterest and SnapChart UI Xamarin Forms
This post is under construction 🙂 MainPage.xaml MainPage.xaml.cs MarginConverter.cs MyViewModel.cs Create a model folder and create a new class: MyModel.cs 1,719 total views, 1 views today
1,719 total views, 1 views today
Xamarin forms Bindable Layout Examlple
In order to create a Bindable layout you should have Xamarin Forms Version 3.5 and Above. (If not please install from Nuget package) We will use MVVM Approach as usual : Inside Models Folder Create a class Named : Person.cs Inside ViewModels Folder create a Class Named as PersonViewModel.cs Inside MainPage.Xaml Inside MainPage.Xaml.cs Output :
1,579 total views