https://github.com/naxam/rxjava-android-binding
Xamarin Binding Library - RxJava
https://github.com/naxam/rxjava-android-binding
rxjava xamarin-android-binding
Last synced: 7 months ago
JSON representation
Xamarin Binding Library - RxJava
- Host: GitHub
- URL: https://github.com/naxam/rxjava-android-binding
- Owner: NAXAM
- License: mit
- Created: 2017-06-22T03:26:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T10:26:31.000Z (over 4 years ago)
- Last Synced: 2025-02-09T17:44:42.758Z (over 1 year ago)
- Topics: rxjava, xamarin-android-binding
- Language: C#
- Size: 2.91 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxJava: Reactive Extensions for the JVM in XAMARIN
RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io): a library for composing asynchronous and event-based programs by using observable sequences.
It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.
#### Version 1.x ([Javadoc](http://reactivex.io/RxJava/1.x/javadoc/))
Looking for version 1.x? Jump [to the 1.x branch](https://github.com/ReactiveX/RxJava/tree/1.x).
Timeline plans for the 1.x line:
- **June 1, 2017** - feature freeze (no new operators), only bugfixes
- **March 31, 2018** - end of life, no further development