Month: March 2019
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
SQL Joing two tables Xamarin forms
MainPage.xaml MainPage.xaml.cs MyTable.cs 1,978 total views
1,978 total views
SQL Joining one table Xamarin forms
Make Sure you have installed Sqlite.net.PCl nuget on all the Project that’s all. MainPage.xaml MainPage.xaml.cs TestTable.cs 1,633 total views
1,633 total views
Xamarin forms List view Commanding
HomePage.xaml Homepage.xaml.cs HomePageViewModel.cs Let’s create 2 folder Behaviors and Converters Inside Behaviors folder : BehaviorBase.cs EventToCommandBehavior.cs Inisde Converters Folder : SelectedItemEventArgsToSelectedItemConverter.cs 1,427 total views
1,427 total views