Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amanjeetsingh150/rxanime
- Owner: amanjeetsingh150
- Created: 2018-12-01T15:51:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T14:34:34.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T00:36:10.381Z (2 months ago)
- Topics: android, animations, custom-view, rxjava, rxjava-android, rxjava2
- Language: Kotlin
- Size: 256 KB
- Stars: 261
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
https://reactive.how/