#Fb Live Video Reactions
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.
I wrote a blog about how I used RxJava2 for achieving this. Here is the post.
Checkout my other projects
AppDataReader - A library for reading Shared Preferences and Database values within the application.
RxDownloader- Demo of Downloading Songs/Images through Android Download Manager using RxJava2
WebViewDemo - A demo project for showing how to use WebViews in Android.