Re: [android-developers] how to recursively search for media(mp3) files in sdcard

2011-09-26 Thread KK
Thanks for your quick reply Mark. I tried to search on "how to use Mediastore" and found one similar item here @ http://stackoverflow.com/questions/6208315/in-android-how-do-i-query-mediastore-only-for-files-in-a-specific-path-or-alter Would appreciate, if you could point me to some working sample

Re: [android-developers] how to recursively search for media(mp3) files in sdcard

2011-09-26 Thread Mark Murphy
On Mon, Sep 26, 2011 at 2:44 PM, KK wrote: > I'm trying to write some simple method to recursively > crawl the sdcard in all foders and create a list of all mp3 files, which I > can make use of later for playing the same. This has already been done by the OS. Query the MediaStore content provider

[android-developers] how to recursively search for media(mp3) files in sdcard

2011-09-26 Thread KK
Hi All, This is related to a sample media player I'm write as part of learning more of Android. For this, I'm trying to write some simple method to recursively crawl the sdcard in all foders and create a list of all mp3 files, which I can make use of later for playing the same. I tried google to fi