gapi Active Member Licensed User Longtime User Jul 26, 2012 #1 Hi all, I want open folder browse of my 'samsung ace' for view folder "download", how can do it with intent ? thanks
Hi all, I want open folder browse of my 'samsung ace' for view folder "download", how can do it with intent ? thanks
Erel B4X founder Staff member Licensed User Longtime User Jul 26, 2012 #2 Do you want to show a "file picker" app? Upvote 0
gapi Active Member Licensed User Longtime User Jul 28, 2012 #3 Hi Erel I've a folder with many .pfd files... I want with one click go there tnx Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2012 #4 There is no system file picker in Android. You can use FileDialog from the dialogs library. Upvote 0
gapi Active Member Licensed User Longtime User Jul 29, 2012 #5 Erel said: There is no system file picker in Android. You can use FileDialog from the dialogs library. Click to expand... Can set filedialog for always open the same folder ? tnx Upvote 0
Erel said: There is no system file picker in Android. You can use FileDialog from the dialogs library. Click to expand... Can set filedialog for always open the same folder ? tnx
Erel B4X founder Staff member Licensed User Longtime User Jul 30, 2012 #6 You can set the initial folder, however the user can browse other folders as well. If you just want to show the files of a specific folder then it will be simpler to use a list and fill it with File.ListFiles. Upvote 0
You can set the initial folder, however the user can browse other folders as well. If you just want to show the files of a specific folder then it will be simpler to use a list and fill it with File.ListFiles.