Move Cinephile to xamarin-forms README

This commit is contained in:
RLittlesII 2019-08-10 14:14:07 -05:00
Родитель c7e199fc9e
Коммит 7eff864f50
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9003D00D9B0550C2
3 изменённых файлов: 28 добавлений и 14 удалений

Просмотреть файл

@ -6,19 +6,7 @@
This repository will contain all of ReactiveUI samples.
## Xamarin Forms
#### [Cinephile](https://github.com/reactiveui/ReactiveUI.Samples/tree/master/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](https://reactiveui.net/docs/handbook/routing/)
3. ListView integration
4. [ReactiveCommands](https://reactiveui.net/docs/handbook/commands/)
5. [ObservableAsPropertyHelper](https://reactiveui.net/docs/handbook/observable-as-property-helper/)
## [Xamarin Forms ](https://github.com/reactiveui/ReactiveUI.Samples/tree/master/xamarin-forms)
## Xamarin Native

Просмотреть файл

@ -0,0 +1,11 @@
## [Cinephile](https://github.com/reactiveui/ReactiveUI.Samples/tree/master/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](https://reactiveui.net/docs/handbook/routing/)
3. ListView integration
4. [ReactiveCommands](https://reactiveui.net/docs/handbook/commands/)
5. [ObservableAsPropertyHelper](https://reactiveui.net/docs/handbook/observable-as-property-helper/)

Просмотреть файл

@ -6,4 +6,19 @@ This sample shows how to use the [Sextant 2.0 Release](https://github.com/reacti
- [Cinephile](Cinephile/README.MD)
- [Master Detail](MasterDetail/README.MD)
- [Sextant Navigation Parameters](Navigation.Parameters/README.MD)
- [Sextant Navigation Parameters](Navigation.Parameters/README.MD)
## Xamarin Forms
#### [Cinephile](https://github.com/reactiveui/ReactiveUI.Samples/tree/master/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](https://reactiveui.net/docs/handbook/routing/)
3. ListView integration
4. [ReactiveCommands](https://reactiveui.net/docs/handbook/commands/)
5. [ObservableAsPropertyHelper](https://reactiveui.net/docs/handbook/observable-as-property-helper/)