Skip to content

TheEightBot/Reactive-Examples

Repository files navigation

Reactive Examples in Xamarin

This repository contains examples of using the Microsoft Reactive Extensions (Rx), specifically the 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, also available on YouTube directly, as presented at Xamarin Evolve 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.