Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 639 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 639 Bytes

Description

Introduction to Android Development using Jetpack Compose.

Branches

  • master & 0_Skeleton: Contain the initial code to start learning. It contains some TODOs that must be completed.

  • 2_Compose: Contain the code already finished using Jetpack Compose.

To be created:

  • 1_Imperative: Will contain the finished code with the old imperative way of creating Android apps.