Aiite...thnx...

On Nov 18, 2:59 am, PJ <pjbar...@gmail.com> wrote:
> Environment.getExternalStorageDirectory() will give you a Java File
> object to the directory of your 
> sdcard:http://developer.android.com/reference/android/os/Environment.html
>
> Once you can access your mp3 file, extracting mp3 tag info is not an
> Android-specific issue, so you're probably better off searching for
> the solution to this elsewhere.
>
> Have fun!  By the way, in addition to mp3 files, you might also look
> into 3gp files and other files, since those are common on mobile
> devices:http://developer.android.com/guide/appendix/media-formats.html
>
> -- PJ
>
> On Nov 16, 8:27 am, aBx <abh...@gmail.com> wrote:
>
> > Hi,
>
> > I am writin an app for playin music...i want to extract info like
> > album-art,artist,album etc. from the mp3 files i have on my sd
> > card...could anyone tell me how to do this??
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to