katzvelraj / Jetpack-Compose-Playground

Collection of Jetpack Compose example code :rocket:

Home Page:https://github.com/Foso/Jetpack-Compose-Playground/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetpack Compose Playground

jCenter PRs Welcome All Contributors Tweet

A Jetpack Compose Example App

Introduction 🙋‍♂️

This is an Jetpack Compose example project. I'm collecting a bunch of sample codes for Widgets/Composables https://developer.android.com/jetpack/compose

ℹ️ Please be aware that Compose is still experimental and should not be used in a production application.

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers Twitter Follow

📙 Components

Documentation avaible at:https://github.com/Foso/Jetpack-Compose-Playground/wiki

How to get started?

Lifecycle

Layouts

GestureDetectors

Material

🏠 Architecture

🛠️ Built With

Kotlin

jCenter

Project Structure

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

Resources

Content

Official Documentation

Other Documentation

Conference 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:

About

Collection of Jetpack Compose example code :rocket:

https://github.com/Foso/Jetpack-Compose-Playground/wiki

License:MIT License


Languages

Language:Kotlin 97.4%Language:Shell 2.2%Language:Java 0.4%