Sandy
Sandy

Reputation: 6353

How to browse files in tree order to pick up the audio files available on sdcard and mobile memory in Android?

I need to browse a file tree in order to pick up the audio files. How can i achieve this?

Upvotes: 1

Views: 146

Answers (1)

dhaag23
dhaag23

Reputation: 6126

Check out the FileManager code from Open Intents:

http://code.google.com/p/openintents/source/browse/#svn%2Ftrunk%2Ffilemanager

That will do exactly what you want.

Upvotes: 2

Related Questions