Is there any picker available to pick file from the SDCard or Device memory,like FilePicker available in Blackberry? If not ,then any alternative for doing this?
Please help me. Thanks in advance.
Is there any picker available to pick file from the SDCard or Device memory,like FilePicker available in Blackberry? If not ,then any alternative for doing this?
Please help me. Thanks in advance.
Here is the help for implementing File picker.
You can also see the out put here
Although there are several out there on web, but the one that I personally use is IO file manager its easy to use and integrate
Update: Link to latest repo
There is no standard file picker for Android - which is sad... Nevertheless there are lots of implementations of file browser/picker Intents, applications and sources. You can Google them around and find what meets to your requirements.
I have written file picker for myself and it tooks several hours and Google browsing and some coding.