/Jetpack-Compose-Playground

Collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose

Primary LanguageKotlinMIT LicenseMIT

Jetpack Compose Playground

Introduction ๐Ÿ™‹โ€โ™‚๏ธ

This is an Jetpack Compose example project. I'm collecting a bunch of sample codes for Jetpack Compose. I also collect informations/tutorials on the github page https://foso.github.io/compose. You can find the code samples i got from the Google AndroidX git here

โ„น๏ธ Please be aware that Compose is still experimental and should not be used in a production application.

jCenter PRs Welcome jCenter Tweet

Show some โค๏ธ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers Twitter Follow

Composable of the week!! ๐ŸŽ‰

The LazyColumnFor

New to Compose?

Check Compose for Android Developers or Hello World Compose

๐Ÿ“™ Jetpack Compose examples/tutorials and demos

Look in the repo or take a look at the github page: https://foso.github.io/compose

Animation

Layouts

Foundation

Material

Cookbook

Some of the code samples in this Repository:

Overview Material Studies > Rally Material Studies > Rally
Screenshot Screenshot Screenshot
Material Studies > Buttons & FABs DialogExample ControlledScrollDemo
Screenshot Screenshot Screenshot
Material Studies > ListItems
Screenshot

๐Ÿ  Architecture

๐Ÿ› ๏ธ Built With

Kotlin

jCenter

Project Structure

You need at least Android Studio 4.2 canary 7 to build this project https://developer.android.com/studio/preview/

Resources

Content

Official Documentation

Other Documentation

Talks

Articles

SpeakerDeck

Podcasts

Tutorials

Extras

Feel free to contribute!

What is Jetpack Compose

Links:

โœ๏ธ Feedback

If you want to improve Compose, join the Kotlin Slack and the #compose channel or file a bug at https://issuetracker.google.com/issues?q=componentid:612128

๐Ÿ“œ License

This project is licensed under the MIT License - see the LICENSE.md file for details

Find this project useful ? โค๏ธ

  • Support it by clicking the โญ button on the upper right of this page. โœŒ๏ธ

License

MIT License

Copyright (c) 2019 Jens Klingenberg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Acknowledgments

Projects that helped me understand how to setup the project: