Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 693 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 693 Bytes

Music Player App

The app is done as task of course Android Basics: Multiscreen App by Udacity. I made all the tasks programmatically and will introduce You what I have done overall.

This is a simple Music Player App which have three buttons: Play, Pause and Duration. And it plays only one music: Era - Ameno.

  1. Play button starts playing music or plays music from the pause position
  2. Pause button stops playing music
  3. Duration button shows the size of the song in milliseconds in logcat