A super-simple project demonstrating how to use Kotlin and Jetpack step by step. More information could be found in my posts: "Kotlin Jetpack In Action"
- I made this project as simple as possible, so that we can focus on how to use Kotlin and Jetpack rather than understanding business logic.
- We will rewrite it from "Java + MVC" to "Kotlin + Coroutines + Jetpack + Clean MVVM", line by line, commit by commit.
Trainings | Branches | Corresponding Posts |
---|---|---|
Quick Start For Java Developers | / | Quick Start For Java Developers |
Kotlin DSL Traning | chapter_02_kotlin_dsl_training | Kotlin DSL For Gradle |
Code Refactoring From Java To Kotlin | chapter_03_kotlin_refactor_training | Common Mistakes that Kotlin Newbees Make |