Month: March 2019
Playing with Title View Xamarin Forms 3.0
MyTestPage.xaml MyTestPage.xaml.cs 1,898 total views
1,898 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 901 total views
901 total views
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 :
861 total views
SQL Joing two tables Xamarin forms
MainPage.xaml MainPage.xaml.cs MyTable.cs 923 total views
923 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 846 total views
846 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 722 total views
722 total views