Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jetpack Compose Playground

is there any online playground for jetpack compose? where I can test and learn jetpack compose. Like https://play.kotlinlang.org

Android studio is not lite. It takes time for setting up projects. Every little practice takes lots of time. If there is an online playground, it will be very help full. Thanks.

like image 869
Shahed Ahmed Avatar asked Aug 28 '26 04:08

Shahed Ahmed


1 Answers

While there is no online playground where you can try it in a web browser, there is playground projects that you can clone from Github.

Here's one: https://github.com/hitherejoe/ComposeAcademy-Playground

You can clone the project, open it and start experimenting with the @Preview annotation or by extending the existing samples.

like image 137
madeinqc Avatar answered Aug 29 '26 18:08

madeinqc