List music files
I just started on a new project and i would need some help. I need to have a list. In the list, all songs on the sd card should be shown.
I don't know that much about android so far, but should i use开发者_C百科 a simplelistview to view the songs and an adaptor to get the songs?
See the example below:
http://z4android.blogspot.com/2011/06/displaying-list-of-music-files-stored.html
精彩评论