Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to select folder in android?

Hi there is a way to select folder where user want to save file in android . I check out http://code.google.com/p/android-file-dialog/

it has functionality to select file but i want to select folder , please provide me usable link or examples.

like image 315
Sushant Bhatnagar Avatar asked Dec 21 '11 09:12

Sushant Bhatnagar


People also ask

How do I select a folder on my phone?

OR you press the More options menu icon in the upper right corner of the screen and press Select. You press on the file or multiple files you want to select and check marks will appear next to all of the selected files.

How do I select a folder to upload on Android?

On your Android phone or tablet, open the Google Drive app. Tap Upload. Find and tap the files you want to upload.


1 Answers

How about using OI File Manager? This App has the following Intents: PICK_FILE, PICK_DIRECTORY. There is even sample code on the page for using the Intents.

like image 102
seeker Avatar answered Oct 02 '22 08:10

seeker