Jasra
Jasra

Reputation: 373

Display list of all songs in android music folder in a list

I wanted to create a list of all songs which are present in android phone so that user can select one song from the list. How to do this???

Upvotes: 0

Views: 1324

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006789

Query the MediaStore for all music files. Use the resulting Cursor in a ListView using a SimpleCursorAdapter.

Upvotes: 3

Related Questions