i want to display files stored in sdcard on clicking button in my android app. How do i do that? I search a lot for browsing sdcard for files which i can choose for attachment in my android Tab app.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There is a open source project which gives you a complete file picker and can be invoked using intents |
|||||
|
|
See this link. its File Chooser example in that you will get current Directory. Now you have do that like on touch of list item you have to get that doc path and that will useful to send to server or ant other purpose. Make sure if you delete that file from sd card then it will not work . |
|||
|
|
