This Kata is aimed to teach how to build basic composable components. We will cover the following topics:
- Creating simple views in compose
- Stateless and Statefull
- What is State hoisting
- Theme and Dark mode
- Learn how to write Recycler View with 3 lines of code
- Basic Navigation in compose
- Navigation using arguments
- Experience with Kotlin syntax, including lambdas.
- Knowing the basics of Compose.
- Install the latest Android Studio.
- Download the Kata using
git clone Link Here
- Import the sample into Android Studio.
- I trust you that you won't check the solution branch ;)