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.
 
 
 
 
dima.avdeev 7fce8df5f7
fix examples with Kotlin Native issue (#2534)
2 years ago
..
.run Copy imageviewer to experimental/examples (#2500) 2 years ago
android Copy imageviewer to experimental/examples (#2500) 2 years ago
common Copy imageviewer to experimental/examples (#2500) 2 years ago
desktop Copy imageviewer to experimental/examples (#2500) 2 years ago
gradle/wrapper Copy imageviewer to experimental/examples (#2500) 2 years ago
screenshots Copy imageviewer to experimental/examples (#2500) 2 years ago
.gitignore Copy imageviewer to experimental/examples (#2500) 2 years ago
README.md Copy imageviewer to experimental/examples (#2500) 2 years ago
build.gradle.kts fix examples with Kotlin Native issue (#2534) 2 years ago
gradle.properties Copy imageviewer to experimental/examples (#2500) 2 years ago
gradlew Copy imageviewer to experimental/examples (#2500) 2 years ago
gradlew.bat Copy imageviewer to experimental/examples (#2500) 2 years ago
settings.gradle.kts Copy imageviewer to experimental/examples (#2500) 2 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