Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theeightbot/reactive-examples
- Owner: TheEightBot
- License: other
- Created: 2015-02-26T16:35:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:22:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T22:21:21.079Z (29 days ago)
- Topics: c-sharp, reactive-extensions, reactiveui, reactivex, xamarin, xamarin-forms
- Language: C#
- Size: 57.5 MB
- Stars: 231
- Watchers: 29
- Forks: 53
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
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.