Category: Xamarin Forms Project Tutorial
This posts are the collection of xamarin forms tutorial
Xamarin Forms Converter for Button and Multi Triggers Easy MVVM Tutorials #14
Our App.xaml.cs ==ViewsFolder== MyTriggerPage.xaml MyTriggerPage.xaml.cs //Create a new Dashboard Content Page as my tutorial and place some image on resources folder of both android and IOS project ==ViewModelFolder== MyTriggerViewModel.cs ==ConverterFolder=== MyMultiTriggerConverter.cs Output : Post Views: 1,506
Xamrin Forms Search Item on ListView MVVM Easy Approach #15
Your App.xaml.cs will be looking like this : ====ViewsFolder=== MyListPage.xaml MyListPage.xaml.cs =====ViewModelFolder==== MyListViewModel.cs ====ModelFolder==== # If you have some problem check out my video Source Output 😀 Post Views: 1,537
Xamarin Forms List Item Selected to new Page MVVM First #12
App.xaml.cs Views(Folder) MyListPage.xaml MyListPage.xaml.cs MyPage1.xaml ViewModel(Folder) Model (Folder) MyListModel.cs Output : Post Views: 1,288
Binding Entry and Button Command MVVM #8
MyLoginPage.xaml MyLoginPage.xaml.cs LoginViewModel.cs App.xaml.cs DashBoard.xaml Post Views: 1,512
Xamarin Form Binding Entry and Switch #7
MainPage.xaml MainPage.xaml.cs MyNewViewModel.cs Post Views: 1,294
Xamarin Form MVVM Two way Binding #6
LoginPage.xaml LoginPage.xaml.cs LoginViewMdoel.cs Post Views: 1,190
Xamarin Form MVVM One way Binding #5
LoginPage.Xaml LoginPage.Xaml.cs LoginViewModel MyUser.cs Post Views: 1,174
Xamarin Forms Binding Timer #4
I will be updating this post. Please grab the code for now: MainPage.Xaml MainPage.xaml.cs TestViewModel.cs Post Views: 1,101
Xamrin Forms Binding Year,Month,Date,Time #3
I will be updating this post soon . Please grab the code for now. Post Views: 908