Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kornerr/xamarin-reactive-example
An example of Xamarin with ReactiveUI
https://github.com/kornerr/xamarin-reactive-example
android ios reactiveui reactivex xamarin-forms
Last synced: 8 days ago
JSON representation
An example of Xamarin with ReactiveUI
- Host: GitHub
- URL: https://github.com/kornerr/xamarin-reactive-example
- Owner: kornerr
- Created: 2017-04-19T10:31:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T06:39:29.000Z (over 7 years ago)
- Last Synced: 2024-10-11T22:21:53.881Z (about 1 month ago)
- Topics: android, ios, reactiveui, reactivex, xamarin-forms
- Language: C#
- Size: 3.45 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
--------This is a simple application to research how well
Xamarin and ReactiveUI play for Android and iOS.Currently this application:
* displays XAML page with login fields
* enables login button only when those fields are not empty
* displays activity indicator while login process is in progress
* fakes login process by running an async delayPreview
-------
Here is how the final application looks like on Android and iOS:| Android | iOS |
| ------- | --- |
| ![Android preview](img/android-preview.gif) | ![iOS preview](img/ios-preview.gif) |