Skip to content

SimformSolutionsPvtLtd/Jetpack-compose-sample

Repository files navigation

Jetpack Compose Sample

Android-Studio Compose Version API

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

Find this example useful? ❤️

Support it by joining stargazers for this repository. ⭐

🤝 How to Contribute

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.

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

About

Forget about bunch of XML files for maintaining UIs. Jetpack Compose is Android’s modern toolkit for building native UI. Here is a small example to get started.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages