Awesome
Jetpack Compose Sample
Description
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!
About this project
- 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
Screenshots & GIF
<img src="1_movie_list.png" width="250" height="490"> <img src="2_movie_detail.png" width="250" height="490"> <img src="jetpack_compose.gif" width="250" height="490">
Find this example useful? :heart:
Support it by joining stargazers for this repository. :star:
🤝 How to Contribute
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! :muscle:
Check out our Contributing Guide for ideas on contributing.
Bugs and Feedback
For bugs, feature requests, and discussion please use GitHub Issues.
LICENSE
This project is licensed under the MIT License - see the LICENSE file for details