Skip to content

Android Java-based example App for demoing mediaPlayer and Threads

License

Notifications You must be signed in to change notification settings

davidlares/android-song

Repository files navigation

Android-song

Android-song is a static audio player App for raw resources. It's all based on a Seekbar element and a mediaPlayer object for the audio file interaction.

Additionally, the App implements a Thread object for rendering the starting and remaining minute:second time calculation based on the audio file duration. This provides a significantly better experience in terms of performance and functionality.

The whole implementation is on the onCreate activity method.

Credits

License

About

Android Java-based example App for demoing mediaPlayer and Threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages