You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Igor Demin e6dfc33f3a
Remove mavenLocal from templates, keep in examples (#719)
3 years ago
..
android Move to 0.3.0-rc1 (#410) 3 years ago
common Move to build 0.3.1. 3 years ago
desktop Move to 0.3.0-rc1 (#410) 3 years ago
gradle/wrapper Use 0.4.0-rc2 in examples (#720) 3 years ago
third_party Add widget gallery example (#242) 3 years ago
.gitignore Add widget gallery example (#242) 3 years ago
README.md Add widget gallery example (#242) 3 years ago
build.gradle.kts Remove mavenLocal from templates, keep in examples (#719) 3 years ago
gradle.properties Add widget gallery example (#242) 3 years ago
gradlew Add widget gallery example (#242) 3 years ago
gradlew.bat Add widget gallery example (#242) 3 years ago
settings.gradle.kts Add widget gallery example (#242) 3 years ago

README.md

Widget gallery

This example is derived from ComposeCookBook project by Gurupreet Singh (@Gurupreet) published under MIT license.

An example of Compose application for Desktop and Android platforms, demonstrating how to use various Material widgets.

Running desktop application

./gradlew :desktop:run

Building native desktop distribution

./gradlew :desktop:package
# outputs are written to desktop/build/compose/binaries

Installing Android application on device/emulator

./gradlew installDebug