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

Lee Wilson

10/06/2023, 1:08 PM
Has anyone implemented a fullscreen toggle for ExoPlayer and PlayerView on Android? Specifically what I want is for the video to play within a horizontal carousel (
HorizontalPager
) when minimized and go full-screen when the relevant button is pressed in the PlayerView’s UI. Is there a relatively simple solution for this or am I going to have to build the logic for full screen into the top-level column so that PlayerView can take up the full screen when toggled on?
6 Views