https://github.com/vickychijwani/kotlin-koans-android
:books: Learn Kotlin programming right on your phone 📱 through a series of 40+ short coding challenges.
https://github.com/vickychijwani/kotlin-koans-android
android koans kotlin kotlin-koans learn-kotlin programming-exercises
Last synced: about 2 months ago
JSON representation
:books: Learn Kotlin programming right on your phone 📱 through a series of 40+ short coding challenges.
- Host: GitHub
- URL: https://github.com/vickychijwani/kotlin-koans-android
- Owner: vickychijwani
- License: mit
- Created: 2017-06-09T01:56:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:15:32.000Z (over 7 years ago)
- Last Synced: 2023-11-07T17:20:01.425Z (over 2 years ago)
- Topics: android, koans, kotlin, kotlin-koans, learn-kotlin, programming-exercises
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=me.vickychijwani.kotlinkoans
- Size: 763 KB
- Stars: 143
- Watchers: 11
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kotlin Kōans for Android
Learn [Kotlin][kotlin] programming through a series of 40+ short coding challenges. These are the [original koans](https://github.com/Kotlin/kotlin-koans) from Jetbrains (also available online at https://try.kotlinlang.org) that you can now solve on your phone!

### Features
- **Learn Kotlin** syntax and standard library
- Each coding challenge lasts **a few minutes**
- In each challenge, you'll be directed to read some documentation and then write some code to **make the tests pass**
- **Get feedback as you learn** with compilation errors, runtime errors, println() and test results
- **Track your progress** through the 40+ challenges
- **Try any challenge** - challenges need not be completed in order
- Go back and **review your saved code** from prior challenges
- Stuck? **See the solution** by tapping the '?' icon
- Messed up code? **Revert code to try a new approach**
- **Feeling adventurous? Go meta!** Kotlin Kōans is written in Kotlin and is open-source! Hack on the code all you want.
### Bug reports? Any other feedback?
[File an issue](/issues)
### Developer setup
Setup is as simple as importing the project into Android Studio and building (assuming you have the correct build tools and Android SDK).
If you face any issues setting this up, please let me know by [filing a new issue](/issues/new).
[kotlin]: https://kotlinlang.org/
[playstore]: https://play.google.com/store/apps/details?id=me.vickychijwani.kotlinkoans

