MVVMCross Links

Spinner

Spinner in MVVMCross

Solid Examples in:

  • APIExamples

Dialog Picker

Dialog Picker Info 1

Dialog Picker Info 2

Using an Android Dialog and getting Values to ViewModel

Solid Examples in:

  • APIExamples

Alert Dialog

How to do the Alert Dialog Properly

Passing an Android Context

How to pass an android context down to an MVXCommand

  • Doing this allows you to keep the platform specific logic out of your view model
  • Customer Management MvvmCross is a good example of this