https://kotlinlang.org logo
#compose
Title
# compose
m

Marcin Środa

12/29/2020, 8:24 AM
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

Timo Drick

12/29/2020, 12:46 PM
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.
3 Views