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.
 
 
 
 
Alexey Tsvetkov d0485ed2f5
Add widget gallery example (#242)
4 years ago
..
android Add widget gallery example (#242) 4 years ago
common Add widget gallery example (#242) 4 years ago
desktop Add widget gallery example (#242) 4 years ago
gradle/wrapper Add widget gallery example (#242) 4 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 Add widget gallery example (#242) 4 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