How to display files on the SD card in a ListView?

前端 未结 6 2083
遥遥无期
遥遥无期 2020-12-03 06:24

I would like to create a button that when clicked will go to a class that displays all media files from an SD card using a ListView.

After selecting fro

6条回答
  •  遥遥无期
    2020-12-03 06:52

    First i strongly suggest you read some tutorials about android first so you get the basics. You have to implement the following to do this

    1. List all media files - How to list all media in Android?
    2. Start new Activity
    3. Android: Capturing the return of an activity

提交回复
热议问题