I try to show the show video (.mp4) with exoplayer in RecyclerView and ViewPager. I show the video controller with custom layo
You can use this library if you want a FullScreen Exoplayer :
https://github.com/Norulab/android-exoplayer-fullscreen
This library contain some extensions functions for ExoPlayer :
val player = SimpleExoPlayer.Builder(context).build()
player.preparePlayer(playerView)
player.setSource(applicationContext, "http://html5videoformatconverter.com/data/images/happyfit2.mp4")