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 63846c63c0
Compose 1.2.1 (#2453)
2 years ago
..
.idea Notarization sample. 3 years ago
.run Example Image Viewer. 4 years ago
android Update Android Examples 2 years ago
common Migrate to 1.2.0-rc01 (#2382) 2 years ago
desktop Remove import org.jetbrains.compose.compose (#2363) 2 years ago
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 2 years ago
screenshots Fix examples, templates (#2359) 2 years ago
.gitignore Unify .gitignore across all examples and templates 4 years ago
README.md Replace package by packageDistributionForCurrentOS (#2390) 2 years ago
build.gradle.kts Update examples (#1740) 2 years ago
gradle.properties Compose 1.2.1 (#2453) 2 years ago
gradlew Example Image Viewer. 4 years ago
gradlew.bat Example Image Viewer. 4 years ago
settings.gradle.kts Modify replace.sh for replacing Compose version (#1511) 3 years ago

README.md

An example of image gallery for remote server image viewing, based on Jetpack Compose UI library (desktop and android).

Running desktop application

  • To run, launch command: ./gradlew :desktop:run
  • Or choose desktop configuration in IDE and run it.
    desktop-run-configuration.png

Building native desktop distribution

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

Running Android application

Open project in IntelliJ IDEA or Android Studio and run "android" configuration.

Desktop