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.
 
 
 
 
Nikolay Igotti eadbe8daed Theme detection logic. 3 years ago
..
android Update examples (#967) 3 years ago
common Theme detection logic. 3 years ago
desktop Update examples (#967) 3 years ago
gradle/wrapper Update examples (#967) 3 years ago
third_party Add widget gallery example (#242) 4 years ago
.gitignore Add widget gallery example (#242) 4 years ago
README.md Add widget gallery example (#242) 4 years ago
build.gradle.kts Update examples (#967) 3 years ago
gradle.properties Add widget gallery example (#242) 4 years ago
gradlew Add widget gallery example (#242) 4 years ago
gradlew.bat Add widget gallery example (#242) 4 years ago
settings.gradle.kts Add widget gallery example (#242) 4 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