For my work, I need to show a row of thumbnails fr...
# compose
l
For my work, I need to show a row of thumbnails from different parts of a video in the bottom of the screen instead of a Slider, similar to when you view a video in iOS’s photos app. Is there a Composable or Android view that will do this for me?
m
nothing out of the box that I know of - may depend on your use case
l
If nothing native exists, I may try to convert the code from https://pub.dev/packages/video_trimmer to KMM.
c
No I think building it custom is the best option