• Stars
    star
    365
  • Rank 112,783 (Top 3 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created about 3 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Jetpack Compose Playground

Jetpack Compose Playground

Offering more than 355 screens with examples of Jetpack Compose.

Introduction

Jetpack Compose Playground is a showcase application and repository showing what Jetpack Compose has to offer and how it improves everyday Android UI development. It offers more 355 screens with examples. Based on official link and the docs, the application has screens with examples for most components and cases. This application is supposed to be used by developers in order to see hands on the examples for jetpack compose. Each screen has a button link directing the user to the Github file containing the code. Some code examples are from androidx compose samples and accompanist.

Please provide any feedback via github issues or via email on : [email protected]

The application will be updated as soon as possible when a new release of compose is available.

Download from:

Featured in ⭐

Jetc.dev

Spread Some ❀️

GitHub stars GitHub forks GitHub watchers

Open Source Love License

Available Screens

Instructions

In order to run the project:

  • Use latest Android Studio.

  • Change appId constant in AndroidConfiguration.kt to your applicationId.

  • Create a firebase android project with the applicationId you provided and download and add google-services.json to the project under app/src folder.

  • Add a google maps key in local properties file (valid one in order to see google maps example).

Screenshots