Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theeightbot/reactive-examples

Samples App using the Reactive Extensions and Reactive UI
https://github.com/theeightbot/reactive-examples

c-sharp reactive-extensions reactiveui reactivex xamarin xamarin-forms

Last synced: 29 days ago
JSON representation

Samples App using the Reactive Extensions and Reactive UI

Awesome Lists containing this project

README

        

Reactive Examples in Xamarin
============================
This repository contains examples of using the [Microsoft Reactive Extensions (Rx)](https://msdn.microsoft.com/en-us/data/gg577609.aspx), specifically the [Rx.NET](https://github.com/Reactive-Extensions/Rx.NET) extensions in a Xamarin application with Android and iOS implementations.

These examples support the talk [Why You Should Be Building Better Mobile Apps with Reactive Programming](https://evolve.xamarin.com/session/56e20424bad314273ca4d815), also available on [YouTube](https://www.youtube.com/watch?v=DYEbUF4xs1Q) directly, as presented at [Xamarin Evolve](https://evolve.xamarin.com/) 2016 and Future Decoded 2016 by Michael Stonis.

The examples include several variations on reacting to text field updates, working with a color slider to change values, and scenarios for fetching internet data and dealing with server response times and reliability.