Has anyone worked on a camera or photo gallery? Lo...
# compose
m
Has anyone worked on a camera or photo gallery? Looking for photo capture / image selector.
After a research I think I need to implement CameraX with XML views (inflate the legacy android view inside compose). Am I right?
t
Maybe you could also use the
ImageAnalysis.Builder()
and than use this image to show it in a compose view. But did not tested this.