Uno.MvvmCross/MvvmCross
Nick Randolph 75c5764abf Updating all view dispatchers to inherit from async dispatcher 2018-04-03 16:40:26 +10:00
..
Annotations
Base Updating all view dispatchers to inherit from async dispatcher 2018-04-03 16:40:26 +10:00
Binding Remove obsolete overwrite fluent binding 2018-03-28 22:25:18 +02:00
Commands
Converters
Core Updating all view dispatchers to inherit from async dispatcher 2018-04-03 16:40:26 +10:00
Exceptions
IoC Remove obsolete MvxIoCExtensions, IMvxConsumer and IMvxProducer 2018-03-28 22:28:53 +02:00
Localization
Logging
Navigation
Platforms Updating all view dispatchers to inherit from async dispatcher 2018-04-03 16:40:26 +10:00
Plugin
Presenters
Resources/values Cleanup docs & fix code usage 2018-03-20 01:03:58 -03:00
UI
ViewModels Added abstract class for AppStart implementing all the necessary stuff 2018-03-26 21:55:33 -03:00
Views Updating all view dispatchers to inherit from async dispatcher 2018-04-03 16:40:26 +10:00
WeakSubscription
MvvmCross.csproj Make it easier to build on Mac and fix some build bugs 2018-03-24 20:26:38 +01:00
Mvx.cs
PreserveAttribute.cs
readme.txt

readme.txt

---------------------------------
MvvmCross
---------------------------------

IMPORTANT: No nuget content files will be installed!

Files to change yourself in every platform project:

- Core
* Add App.cs

- All app platforms
* Add Setup.cs

- Android, iOS, tvOS, MacOS
* Add LinkerPleaseInclude.cs

- Android
* Extend MainActivity from MvxAppCompatActivity. ( MainActivity : MvxAppCompatActivity { } )
* Add SplashScreen.cs if you want a splashscreen

- iOS, MacOS, tvOS
* Extend AppDelegate from MvxAppDelegate. ( AppDelegate : MvxAppDelegate { } )

- UWP, WPF
* Extend App from MvxApplication. ( App : MvxApplication { } )

Sample files are available at:
https://github.com/MvvmCross/MvvmCross/blob/develop/ContentFiles/

Changelog:
https://github.com/MvvmCross/MvvmCross/blob/develop/CHANGELOG.md

For complete startup documentation you can read more on our website:

Getting Started Documentation:
https://www.mvvmcross.com/documentation/getting-started/getting-started