I was asked if I could display photos in the galle...
# compose
s
I was asked if I could display photos in the gallery of my app in the way Lightroom CC or Mylio do with their "fluid grid style". I don't see any support for that in Compose. Does someone know a library that has this kind of grid style already?
1
1
a
I haven't used Lr but if you mean flexbox-like layout: https://google.github.io/accompanist/flowlayout/
a
don't know of a finished solution but perhaps the staggered grid in the Owl example can serve as inspiration, https://github.com/android/compose-samples/tree/main/Owl
s
Thank you both, I will give it a try and see if it does the job.