PPT
PPT
Aniket chakravarty
Akash Bhowmik
Shekhar Das
2.Mark favorite songs-User can keep track of his favorite music using favorite mark option in the app
(Favorites’ screen (where list of all the favorite songs are displayed)
3.Background play. The app will continue playing the track if the app gets closed (not killed) without the
music being paused
4.Now playing’ screen with following features:
• Track title and track artist
• Play / Pause button
• Next button
• Previous button
• Mark track as favorite or unfavorite it
NSHM Music Player
Platform used- Android studio
Carrying
instructi
on
Music receiving
Player from OS
Show Result
Building Blocks of Android Code
Android media
XML Code
player class
Writing class for reading
mp3,Play,Stop,Pause
Android MP3Player
Writing Classes needed for Audio
Player
• For Play service:
public void playAudio(View view) {
Intent objIntent = new Intent(this, PlayAudio.class);
startService(objIntent);
}
• http://developer.android.com/index.html
• http://www.androiddevelopers.in/
• http://www.androidpolice.com/
• http://android.wordpress.org/
• https://code.google.com/p/connectbot/
• http://www.google.co.in/mobile/android/
• http://www.lynda.com/(Android development video tutorial)