Files
compose-multiplatform/examples/imageviewer
Alexey Tsvetkov d0859c665c Adjust settings for Windows
Enable dir chooser by default.
Also, treat menu as true if menuGroup is not null.
2020-10-29 20:40:27 +03:00
..
2020-09-10 17:58:19 +03:00
2020-09-07 13:54:19 +03:00
2020-10-29 20:40:27 +03:00
2020-10-29 20:40:27 +03:00
2020-09-07 17:59:42 +03:00
2020-09-07 13:54:19 +03:00
2020-09-07 13:54:19 +03:00
2020-09-07 13:54:19 +03:00

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

To run desktop application execute in terminal: ./gradlew desktop:run To run android application you will need to open project in Intellij IDEA or Android Studio and run "android" configuration