The Kotlin Video Streaming Introduction android development tutorial describes how to create android video streaming apps using ViewView, MediaPlayer and Exoplayer. The kotlin on android applications are designed to be similar in look and operation. A progress bar will be displayed for when the videos are buffering. And media buttons are provided for each application. […]
ExoPlayer Video Streaming
The ExoPlayer Video Streaming kotlin on android tutorial describes how to install and add Exoplayer to an android app for playing streaming media. Episodes VideoView MediaPlayer with SurfaceView MediaController ExoPlayer
Adding MediaController to MediaPlayer
The Adding MediaController to MediaPlayer kotlin on android tutorial describes how implement the MediaControllerPlayer and integrate the MediaContoller. Episodes VideoView MediaPlayer with SurfaceView MediaController ExoPlayer
MediaPlayer Video Streaming with SurfaceView
The MediaPlayer Video Streaming with SurfaceView kotlin on android tutorial describes how to stream video from a remote Url using the MediaPlayer. In this tutorial we will cover: Adding internet and wake lock permissions Creating a layout with SurfaceView, ProgressBar and Scrollable TextView Setting up a listener for when the SurfaceView is available Setting the […]
Kotlin VideoView Streaming Video App
The Kotlin VideoView Streaming Video App kotlin on android tutorial describes how to create a video streaming application using kotlin programming language. Episodes VideoView MediaPlayer with SurfaceView MediaController ExoPlayer