Question

I noticed most music player tutorials tell you to look for .mp3 files in the /sdcard/ directory, but I find this a completly dumb ideea as most people will not have the music in the root directory of the sdcard but in a subdirectory.
So how to list the music from all directories (a recoursive function to scan the card would take a very long time)?

Était-ce utile?

La solution

I think it's not a time taking process as just a contentprovider query can do ur work. Try this Sample for this purpose.Follow drive link to download

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top