Second-Generation Book
Android app development can be divided into two generations:
- First-generation app development uses Java as the programming language and leverages the Android Support Library and the
android.arch
edition of the Architecture Components - Second-generation app development more often uses Kotlin as the programming language and leverages AndroidX and the rest of Jetpack (which includes an AndroidX edition of the Architecture Components)
This book is a second-generation book. It will show you step-by-step how to build a Kotlin-based Android app, using AndroidX libraries.
Prev Table of Contents Next
This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.