Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating readme with xamarin forms example #29

Merged
merged 2 commits into from
May 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,18 @@ We are showing how Commands are being used side by side by MVVMLight, Caliburn.M
We are showing how Messaging Pattern (AKA EventAggregation) is being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.
phenomx2 marked this conversation as resolved.
Show resolved Hide resolved

## Routing
Example of the Navigation System that ReactiveUI supplies.
Example of the Navigation System that ReactiveUI supplies.

## Xamarin Forms

#### Cinephile

Example in Xamarin Forms (Android and iOS) shows you the upcoming movies from [the movie api](https://api.themoviedb.org/3)

Provides examples about:

1. App's bootstrapping
2. Viewmodel first routing
phenomx2 marked this conversation as resolved.
Show resolved Hide resolved
3. ListView integration
4. [ReactiveCommands](https://reactiveui.net/docs/handbook/commands/)
5. [ObservableAsPropertyHelper](https://reactiveui.net/docs/handbook/observable-as-property-helper/)