How to create a Media Player with a Seek Bar in Android Studio (Kotlin 2020)

In this video I’ll show you how to create an awesome Media Player with a Seek Bar. Dependency: implementation ’:material:’ I had a lot of trouble finding documentation for this that was easy enough to read. But luckily my friend gave me a book in Java from 2014 that explained the basic concepts of the Media Player, so I could just write it in Kotlin. ​​​​
Back to Top