[android-developers] Re: FileChooser on Android

2009-03-08 Thread Peli
Hi Dianne, Currently, OI File Manager supports the newly introduced intents PICK_FILE http://www.openintents.org/en/node/164 and PICK_DIRECTORY http://www.openintents.org/en/node/165 Both return a file:// URI instead of a content:// URI. This is useful in cases where the user wants to choose a

[android-developers] Re: FileChooser on Android

2009-03-08 Thread Peli
Here is a test application for OI File Manager: http://code.google.com/p/openintents/downloads/list?q=testfilemanager The description is given at the bottom of this page: http://www.openintents.org/en/node/159 Peli www.openintents.org On 5 Mrz., 23:52, AKD dimriash...@gmail.com wrote: hi,    

[android-developers] Re: FileChooser on Android

2009-03-06 Thread AKD
hi, i am very new to android, and want to do the same task i followed the link posted by Dianne Hackborn but not get much success yet. can anybody help me, it will be great help if someone can expain by using an example code. Thanks On Mar 1, 1:40 am, Dianne Hackborn

[android-developers] Re: FileChooser on Android

2009-02-28 Thread Mark Murphy
ANDREA P wrote: Is there a FileChooser for Android ??? As a widget, no. Because I want to select a file from File System and after send it. Consider using OI File Manager from OpenIntents.org: http://www.openintents.org/en/node/159 -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: FileChooser on Android

2009-02-28 Thread ANDREA P
In my code I want to open a File Chooser from a button , because when I click the button in the program i can choose a file from Android file system... Thanks.. On 28 Feb, 16:38, Mark Murphy mmur...@commonsware.com wrote: ANDREA P wrote: Is there a FileChooser for Android ??? As a

[android-developers] Re: FileChooser on Android

2009-02-28 Thread Mark Murphy
ANDREA P wrote: In my code I want to open a File Chooser from a button , because when I click the button in the program i can choose a file from Android file system... That's fine. Consider using OI File Manager from OpenIntents.org, as it also acts as an extension to other applications to

[android-developers] Re: FileChooser on Android

2009-02-28 Thread ANDREA P
Thanks !!! On 28 Feb, 16:50, Mark Murphy mmur...@commonsware.com wrote: ANDREA P wrote: In my code I want to open a File Chooser from a button , because when I click the button in the program i can choose a file from Android file system... That's fine. Consider using OI File