开发者

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

开发者 https://www.devze.com 2023-02-01 22:15 出处:网络
I wanted to create a list of all songs which are present in android phone so that user c开发者_运维技巧an select one song from the list. How to do this???Query the MediaStore for all music files. Use

I wanted to create a list of all songs which are present in android phone so that user c开发者_运维技巧an select one song from the list. How to do this???


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

0

精彩评论

暂无评论...
验证码 换一张
取 消