View Full Version : Make a List of Songs?
cmh0114
03-25-2011, 10:28 PM
Is there a way to make a list of all music files on a device? I tried looking through the Dev pages, but the closest I could find was a page telling how to access a song that you know the specific path for. So, if you don't know the path or anything, can you make a List object with all of a device's songs on it?
alostpacket
03-25-2011, 11:16 PM
An.droid has a Sqlite databse of all media on the phone. You can do a query on the DB for the music.
See here:
http://developer.android.com/guide/topics/providers/content-providers.html
http://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.