This repository is to get started with new Jetpack Compose Toolkit for Android. By using Jetpack Compose you no need to build your UI with XML files. Build your UI directly by writing composable functions. The best part is, Jetpack Compose supports all the components(widgets) which we used in XML files earlier. Composable function reduces the boiler-plate code and increases the code reusability. Happy Learning!
- It's a very small project to learn about Jetpack compose
- We have used LazyColumn, LazyRow, Column, Text, Image, Spacer composable functions
- For more information, please read the documentation documentation
- You need latest android studio canary version to run this project. You can download from here
Support it by joining stargazers for this repository. ⭐
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪
Check out our Contributing Guide for ideas on contributing.
For bugs, feature requests, and discussion please use GitHub Issues.
This project is licensed under the MIT License - see the LICENSE file for details