Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amanjeetsingh150/rxanime

Visualizer to understand RxJava operators
https://github.com/amanjeetsingh150/rxanime

android animations custom-view rxjava rxjava-android rxjava2

Last synced: about 2 months ago
JSON representation

Visualizer to understand RxJava operators

Awesome Lists containing this project

README

        

# RxAnime
An android app to understand about the effect of RxJava operators on data stream.

          


Operators done:


  • Filter

  • Take

  • Skip

  • Map

  • Buffer

More to come: Scan, takeLast, flatMap, etc...

Pull requests


I encourage all the developers out there to contribute to the repository and help me to expand it. To contribute just think up of an operator and the visualization, code it and raise PR.

Developed by


Amanjeet Singh

Inspired by


https://reactive.how/