Search code examples
xamarinxamarin.formsfreshmvvm

Implement a MasterDetailPage using FreshMVVM


What is the right way to implement a master-detail page in FreshMVVM :

Checked different places but could not find a proper implementation for it, This is my first time working on a xamarin forms application using MVVM as a whole.

Is there some sample code on GitHub or anything in similar to this? I have been trying for the whole day and still couldn't find anything relevant to my problem.

PS: Asking for help after scratching my head for almost 2 Days

Any kind of help is appreciated.


Solution

  • Like other people have suggested, I would look at the sample app on the Github page.

    I also found a video that Michael Ridland (FreshMvvm creator) made a couple of years ago on navigation, which might help.

    FreshMvvm Navigation