Thursday 12 July 2018

MVVM Example 3 A new Approach to property Changed

MainPage.Xaml will look Like this:

MainPage.Xaml.cs will look Like this:
MyNewViewModel.cs will look Like this:

MVVM Example 2 Connecting With View Model

Your main page will look like this:
MainPage.xaml
MainPage.xaml.cs
Your ViewModel Will Look Like this:



MVVM Example 1 with out Model and ViewModel

Please watch tutorial for complete detail:

Saturday 7 July 2018

FlexLayout XamarinForms

Step 1 :
Your MainPage.xaml will beLike this:
Step2:
Your App.xaml will look like this: