rawhasan / compose-exercises-image-source

Exercise project to display images from web, gallery, and camera, using Jetpack Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Exercises: Image Sources

  • Show user-selected image from the gallery.

  • Show user-entered image from a web URL.

  • TODO: Verify image exists on provided URL before showing.

  • TODO: Show the previous image in case of an non-existing image on the URL.

  • TODO: Display image from the camera when the Camera API from Compose arrives.


Blank Image Selected Image Image Error
Blank Image Selected Image Image Error

About

Exercise project to display images from web, gallery, and camera, using Jetpack Compose.


Languages

Language:Kotlin 100.0%