Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 delay

Preview
-------
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) |