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 all commits
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
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ ReactiveUI.Samples

This repository will contain all of ReactiveUI samples.

## Xamarin Forms

## Basic
A sample application that demonstrate the use of ReactiveUI.
The application includes examples of:
* declare a ViewModel
* Commanding (+Async operation)
* Validation
* Caching heavy operation results

#### Cinephile

## Commands
We are showing how Commands are being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.
Example in Xamarin Forms (Android and iOS) shows you the upcoming movies from [the movie api](https://api.themoviedb.org/3)

## Messaging
We are showing how Messaging Pattern (AKA EventAggregation) is being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.
Provides examples about:

## Routing
Example of the Navigation System that ReactiveUI supplies.
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/)