My application offers only Portrait mode. In a portrait activity I have a fullscreen VideoView. What I want to do is rotate the VideoView ( the actual video, videobuffer) 90
VideoView does not support rotation
you can use
and must add bellow line to your dependencies in gradle
implementation 'com.warnyul.android.fast-video-view:fast-video-view:1.0.2'