RxFbLiveVideoEmoticons

Additional

Language
Java
Version
N/A
Created
Feb 3, 2017
Updated
May 11, 2017 (Retired)
Owner
Anshul Jain (Ansh1234)
Contributors
Anshul Jain (Ansh1234)
Amr Elghobary (amrro)
2
Activity
Badge
Generate
Download
Source code

Advertisement

#Fb Live Video Reactions

Overview

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.

Demo

                                               

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.