Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanniktech/rxriddles
Riddling your way to master RxJava
https://github.com/vanniktech/rxriddles
android java kotlin riddle rxjava
Last synced: 8 days ago
JSON representation
Riddling your way to master RxJava
- Host: GitHub
- URL: https://github.com/vanniktech/rxriddles
- Owner: vanniktech
- License: apache-2.0
- Created: 2018-05-26T09:05:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T10:06:44.000Z (22 days ago)
- Last Synced: 2024-10-17T22:18:45.993Z (21 days ago)
- Topics: android, java, kotlin, riddle, rxjava
- Language: Kotlin
- Size: 438 KB
- Stars: 455
- Watchers: 14
- Forks: 111
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
RxRiddles
=========This repository contains some riddles for RxJava to help you learn and master RxJava. There is an [accompanying medium article](https://medium.com/@vanniktech/riddling-your-way-to-master-rxjava-145d5de99b55) that gives some more information.
Each riddle is in a single file with an accompanying unit test that will check your implementation. Next to the unit test, I have also put up my solution. Note that there are multiple ways to achieve and solve the riddles but usually there's a dedicated operator or function that I want to show you.
The riddles are not sorted in any real preference and I plan to keep it that way. Just start with whichever one you prefer. Riddles with numbers lower than 100 can be solved with a single operator while every other riddle requires multiple operators.
### Contributing
I'm very open to having some more riddles. Especially some complex common use cases. In case you want to contribute create an issue and let's talk.
I want every riddle to be unique and have as little duplication as possible while also having some actual real-world use case for each riddle in mind. Something you can relate to and hopefully use in your everyday life.
### RxJS
There is an initiative in [RxRiddles-TypeScript](https://github.com/jakovljevic-mladen/RxRiddles-TypeScript) project to re-write riddles from this project to RxJS and TypeScript. Take a look if you're interested.
# License
Copyright (C) 2018 Vanniktech - Niklas Baudy
Licensed under the Apache License, Version 2.0