tags:

views:

52

answers:

2

Hai, I am new to Android. I need the sample code of an mp3 player in android to play more than one file. i.e Song should be played one after the other from a particular folder in our system

Can any one post some sample code.

Thanks.

A: 

This might help you in the right direction: http://code.google.com/p/rockon-android/source/browse/#svn/trunk/src/org/abrantes/filex

kiswa
A: 

You could check out the source code for the music player that ships with Android as well. http://android.git.kernel.org/?p=platform/packages/apps/Music.git;a=summary

ryangavin