MvvmCross / MvvmCross-Forms

Support for Xamarin.Forms on MvvmCross: The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
http://mvvmcross.com
6 stars 2 forks source link

Examples for MvxContentPage and MvxPageRenderer #55

Closed zzcgumn closed 8 years ago

zzcgumn commented 8 years ago

This pull request adds sample projects that illustrate how the MvxContentPage and MvxPageRenderer classes can be employed. It is not ready to merge yet as it depends on PR https://github.com/MvvmCross/MvvmCross-Forms/pull/54.

These sample projects import MvvmCross projects directly. This should be changed to reference MvvmCross through the nuget packages, but for convenience I have left it like this until https://github.com/MvvmCross/MvvmCross-Forms/pull/54 has been merged or rejected.

Regards, Martin