Skip to content

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 924 Bytes

ReadMe.md

File metadata and controls

executable file
·
7 lines (5 loc) · 924 Bytes

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.