Hi, I am working on a app where I need to capture ...
# multiplatform
r
Hi, I am working on a app where I need to capture image or load image from gallery in compose multiplatform. So anyone has any idea how to achieve this would be helpful
d
Description too vague, problem too general - do you want to make a gallery or load from a gallery? If so, which gallery service? The camera roll in a phone? If you're looking to make a gallery-like UI probably start with
LazyGrid
.
r
Well sorry for vague information. I am working on an app where I would like to take a picture from camera, display it in UI and store in app cache and/or pick an image from gallery and store in app cache