I have songs in the Music folder on the SD card.
And in my app I want to pick a song from SD card from the list of music files, and when I choose any song, then using the Play button it should be played. How can I do that?
I have already done it using content resolver and got a list of songs. Is there a way to do this using intents to pick from stored songs the SD card?
I have done this by both the ways. Just check it.
Check these to get an Idea,