Skip to content

KaiaHealth/Kaia-Compose-Kata

 
 

Repository files navigation

Jetpack Compose Code Kata

This Kata is aimed to teach how to build basic composable components. We will cover the following topics:

  1. Creating simple views in compose
  2. Stateless and Statefull
  3. What is State hoisting
  4. Theme and Dark mode
  5. Learn how to write Recycler View with 3 lines of code
  6. Basic Navigation in compose
  7. Navigation using arguments

Pre-requisites

Getting Started

  1. Install the latest Android Studio.
  2. Download the Kata using git clone Link Here
  3. Import the sample into Android Studio.
  4. I trust you that you won't check the solution branch ;)

Reference

  1. Compose pathway
  2. Navigation in Jetpack compose

About

Jetpack Compose Code Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%