The Wayback Machine - https://web.archive.org/web/20201101021432/https://github.com/chaxiu/KotlinJetpackInAction
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

中文

KotlinJetpackInAction

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"

Why this project?

  • 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.

How to use this project?

Trainings Branches Corresponding Posts
Quick Start For Java Developers / Quick Start For Java Developers
Kotlin DSL Training 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
Kotlin HTML DSL Training chapter_04_lambda Writing HTML with Kotlin Higher-Order-Function
Kotlin Generics Training chapter_05_generics Kotlin Generics
Kotlin Extension Training chapter_06_extension Kotlin Extension
Kotlin Delegation Training chapter_07_delegate Kotlin Delegation
Kotlin Coroutine Debug chapter_08_coroutine_debug Kotlin Coroutine Debug Skill

ScreenShot


ScreenShot

You can’t perform that action at this time.