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

Brian Beale

09/22/2020, 4:43 PM
I can't figure out how to convert files from the MediaStore to one of the objects that the composable Image() expects. Is there a way to convert from a Descriptor, Bitmap, Drawable (w/o res id?) to ImageAsset or Painter?
b

Brian Beale

09/22/2020, 5:30 PM
Thank you. I knew it existed somewhere; I'm surprised I missed that!