What’s the optimal approach to create a video play...
# compose
j
What’s the optimal approach to create a video player experience in Compose similar to YouTube’s app? Where there’s an overlaying player that can be dragged to the bottom, continues playing in a smaller view as you navigate screens, stays fixed in position, and allows users to drag it up or click to expand
I was thinking of a very simplistic approach where you have a top level
Box
, place inside your
NavGraph
and whatnot and then the player composable which should be resizeable/draggable
m
picture-in-picture