All Projects → ggrell → Rxreactor

ggrell / Rxreactor

Licence: bsd-3-clause
A Kotlin framework for a reactive and unidirectional RxJava application architecture

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Rxreactor

Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+2578.95%)
Mutual labels:  rxjava, reactive, rxjava2
Vertx Mqtt
Vert.x MQTT
Stars: ✭ 117 (+515.79%)
Mutual labels:  rxjava, reactive, rxjava2
Rxjava2 Operators Magician
你用不惯 RxJava,只因缺了这把钥匙 🔑 You are not used to RxJava, just because of the lack of this key.
Stars: ✭ 868 (+4468.42%)
Mutual labels:  rxjava, reactive, rxjava2
rxjava2-http
Transmit RxJava2 Flowable over http with non-blocking backpressure
Stars: ✭ 19 (+0%)
Mutual labels:  reactive, rxjava, rxjava2
Rxbus
Android reactive event bus that simplifies communication between Presenters, Activities, Fragments, Threads, Services, etc.
Stars: ✭ 79 (+315.79%)
Mutual labels:  rxjava, reactive, rxjava2
Rxgps
Finding current location cannot be easier on Android !
Stars: ✭ 307 (+1515.79%)
Mutual labels:  rxjava, reactive, rxjava2
Roxie
Lightweight Android library for building reactive apps.
Stars: ✭ 441 (+2221.05%)
Mutual labels:  rxjava, rxjava2
Android Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 4,360 (+22847.37%)
Mutual labels:  rxjava, rxjava2
Vertx Guide For Java Devs
Vert.x 3 guide for Java developers
Stars: ✭ 500 (+2531.58%)
Mutual labels:  rxjava, reactive
Retrofitclient
基于Retrofit2.x和Rxjava2.x封装的请求工具类(内含Retrofit2.x & rxjava1.x)
Stars: ✭ 532 (+2700%)
Mutual labels:  rxjava, rxjava2
Rxjava2 Jdbc
RxJava2 integration with JDBC including Non-blocking Connection Pools
Stars: ✭ 360 (+1794.74%)
Mutual labels:  rxjava, reactive
Traceur
Easier RxJava2 debugging with better stacktraces
Stars: ✭ 502 (+2542.11%)
Mutual labels:  rxjava, rxjava2
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+25952.63%)
Mutual labels:  rxjava, rxjava2
Rxbluetooth
Android reactive bluetooth
Stars: ✭ 405 (+2031.58%)
Mutual labels:  rxjava, rxjava2
Rxcache
简单一步,缓存搞定。这是一个专用于 RxJava,解决 Android 中对任何 Observable 发出的结果做缓存处理的框架
Stars: ✭ 377 (+1884.21%)
Mutual labels:  rxjava, rxjava2
Rxretrojsoup
A simple API-like from html website (scrapper) for Android, RxJava2 ready !
Stars: ✭ 492 (+2489.47%)
Mutual labels:  rxjava, rxjava2
Rxfingerprint
Android Fingerprint authentication and encryption with RxJava
Stars: ✭ 373 (+1863.16%)
Mutual labels:  rxjava, rxjava2
Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (+3136.84%)
Mutual labels:  rxjava, rxjava2
Rxdogtag
Automatic tagging of RxJava 2+ originating subscribe points for onError() investigation.
Stars: ✭ 601 (+3063.16%)
Mutual labels:  rxjava, rxjava2
Grpc By Example Java
A collection of useful/essential gRPC Java Examples
Stars: ✭ 709 (+3631.58%)
Mutual labels:  rxjava, rxjava2

NOTE: This is stability-WIP pre-release code, use at your own risk.

RxReactor

Build Status Coverage Status Release Javadocs

RxReactor is a framework for a reactive and unidirectional RxJava-based application architecture. This repository introduces the basic concept of RxReactor and describes how to build an application using it.

Usage

TODO: Usage stuff

Download

Snapshots and releases available courtesy JitPack.io:

Snapshot

For RxJava 1:

compile 'com.github.ggrell.RxReactor:rxreactor1:master-SNAPSHOT'

or for RxJava 2:

compile 'com.github.ggrell.RxReactor:rxreactor2:master-SNAPSHOT'

or for RxJava 3:

compile 'com.github.ggrell.RxReactor:rxreactor3:master-SNAPSHOT'

Release

For RxJava 1:

compile 'com.github.ggrell.RxReactor:rxreactor1:master'

or for RxJava 2:

compile 'com.github.ggrell.RxReactor:rxreactor2:master'

or for RxJava 3:

compile 'com.github.ggrell.RxReactor:rxreactor3:master'

Demo Projects

The repo currently contains a simple login test app with lookup of existing emails on the device. The LoginViewModel handles loading on-device email addresses for lookup as the user is typing.

Contributing

TBD

License

BSD 3-Clause License

Credits

Port of https://github.com/ReactorKit/ReactorKit to Kotlin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].