RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves as a bridge and reactive wrapper, converting user interactions and widget states into reactive data flows. The project enables the implementation of reactive programming patterns across Android system interactions. By treating UI interactions as data streams, it allows for the asynchronous handling of events to decouple the view layer from business logic. The library covers the conversion of UI events into streams, the management of widget states to trigger application update
Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
Reactive API for SQLiteDatabase and ContentResolver.
Reactive SharedPreferences for Android
Android Library for Logging RxJava Observables and Subscribers.
The main features of android10/frodo are: Reactive Libraries.
Open-source alternatives to android10/frodo include: f2prateek/rx-preferences — Reactive SharedPreferences for Android. jakewharton/rxbinding — RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves… mcharmas/android-reactivelocation — Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum. pushtorefresh/storio — Reactive API for SQLiteDatabase and ContentResolver. reactivex/rxandroid — RxAndroid is a reactive programming library and binding layer that integrates RxJava with the Android runtime… reark/reark — RxJava architecture library for Android.