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
Jorge Domínguez
09/26/2024, 4:41 PM
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