Redux + View + ViewModel = RVVM
Build & Run
Gradle
- Build
./gradlew assemble[Dev|Prod][Debug|Release]
- Install
./gradlew install[Dev|Prod][Debug|Release]
Buck
- Run
./runBuck
Source link: https://github.com/dbof10/redux-observable
./gradlew assemble[Dev|Prod][Debug|Release]
./gradlew install[Dev|Prod][Debug|Release]
./runBuck
Sliding Tab Layout with color icons.
A handy set of utility for android.
SimplerRecyclerViewAdapter used to simplify the adapter structure for RecyclerView
.
Features:
Android Espresso made more fluent ☕️
This project is inspired by the Live Video Reactions on Facebook. I have used RxJava2 for handling the stream of reactions (like, love, haha, wow, sad, angry). I have put one extra condition that the time duration between two reactions should be atleast 300 ms.. This is achieved very easily by RxJava by using Flowable
RxJava2 EventBus that supports pausing and resuming. This way, you can achieve that the bus is queueing events while it is paused and emitting events while it is resumed which is a nice way to enforce that events are only observed, when for example your activity is resumed and your views are accessible.