Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - rozkminiacz/FlowRiddles: Repository for learning Kotlin Flow API

Repository for learning Kotlin Flow API. Contribute to rozkminiacz/FlowRiddles development by creating an account on GitHub.

Visit SiteGitHub - rozkminiacz/FlowRiddles: Repository for learning Kotlin Flow API

GitHub - rozkminiacz/FlowRiddles: Repository for learning Kotlin Flow API

Repository for learning Kotlin Flow API. Contribute to rozkminiacz/FlowRiddles development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

Flow Riddles

CircleCI

Repository for learning Kotlin Flow API, inspired by RxRiddles

Each riddle is a class with an unit test that will verify your solution. There are multiple ways to create function that will make test pass, nevertheless riddles are constructed to be solved with single operator or extension.

Contribution

All contributions are welcome!

If you want to add new riddle to repository, please follow this guidelines:

Riddle creation

Come up with simple riddle that will test ones knowledge of Kotlin Flow API. Make riddle small and concise - e.x test knowledge of applying one specific operator or some kind of flow creation mechanism. Write one or more unit test for that riddle. Please follow patterns used in existing riddle unit tests.

Submitting new FlowRiddle to repository:

  • create object Riddle0 in package tech.michalik.flowriddles with solve method - with kotlin.TODO() method
  • create object Riddle0Solution in package tech.michalik.flowriddles.solutions with actual implementation
  • create test in file Riddle0Test in tech.michalik.flowriddles

Submit PR with this changes. After review, Riddle will have proper order number assigned to it.

Kotlin Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.