- Use Prism Navigation Paradigms + DI
- Use ReactiveCommands
- Use ReactiveObject for the ViewModel's base class
Borrowed Instagram UI for Xamarin.Forms from Adam Pedley
- WhenAny
- Value
- Observable
- Binding Type Converters
- Pharmacist Events to Observables
- Generates observables from events
- Observable.FromEvent
- Observable As Property Helper
- ReactiveUI Bindings
- Data Load
- Loading data in response to notify property changed
- Reactive Command
- Can execute based on an observable
- Binding
IsExecuting
to ActivityIndicator - Bind output to a property
- Reactive Extension Operators