How to build a simple audio player with Kotlin
Feb 1, 2023 · 4 min read · Introduction In this demonstration, we’ll build a simple audio player with a play button. The button kickstarts our audio then switches to a pause button and displays a stop button. As we will only be using a single audio file, conventional previous ...
Join discussion