Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 483 Bytes

File metadata and controls

14 lines (12 loc) · 483 Bytes

Android-Concepts-Reference-Kotlin

A single repository to learn the basics of Android in Kotlin without all the fluff.

How to use this repository

  • Each branch contains a set of different but related concepts
  • The repository readme describes the details around the concepts in each branch
  • Checkout the relevant branch for more information

Branches

  • main
  • 03.UIComponents
  • 04.StateThreadingAndNetworking
  • 06.NavigationComponent
  • 08.Testing