In my app I am using tapped page and tapped page children has 3 content page.
First content page has some entry and add button.
Second content page has list view.
In first content page I am giving input and click add button.That giving input i want to show in second content page list view.
How to achieve this using MVVM?
↧
Could you please suggest some samples to tapped page with MVVM?
↧