[android-developers] Re: File Browser Integration

2009-07-27 Thread johnny
Thank you very much!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: File Browser Integration

2009-07-15 Thread Peli
There is no need to literally copy source code into your project. You can use intents to integrate a 3rd party file browser with your application, as described here: http://www.openintents.org/en/node/159 see section Information for developers Peli www.openintents.org On Jul 14, 8:20 pm, johnny

[android-developers] Re: File Browser Integration

2009-07-15 Thread Dianne Hackborn
Hi Peli, maybe it's already done, but have you considered having this support GET_CONTENT so that apps can just use the normal GET_CONTENT to have the user select some data, and your file browser would then be one of the options? On Wed, Jul 15, 2009 at 8:36 AM, Peli peli0...@googlemail.com

[android-developers] Re: file browser view : does it exist ?

2008-12-11 Thread szeldon
I think that you have to do it by yourself. There is a tutorial about this on anddev.org. On Dec 11, 12:07 pm, Fräntz Miccoli [EMAIL PROTECTED] wrote: I'm seeking a file browser view to enable my user to pick a file from its file system to my apps. Does it already exist ? It seems to be a

[android-developers] Re: file browser view : does it exist ?

2008-12-11 Thread Peli
Now there is also the OI File Manager: http://www.openintents.org/en/node/159 You can use simple intents in your application to call it for Open, Save, and Select folder. In the simplest version, just use: Intent intent = new Intent(org.openintents.action.PICK_FILE);

[android-developers] Re: File Browser

2008-11-15 Thread Guillaume Perrot
You can't read most of the G1 files whether you can in the emulator... On Nov 15, 5:20 am, 心蓝 [EMAIL PROTECTED] wrote: in my program can display all the file! 2008/11/15 Sunit Katkar [EMAIL PROTECTED] Can you share your code? On Thu, Nov 13, 2008 at 9:40 PM, Chihau Chau [EMAIL

[android-developers] Re: File Browser

2008-11-14 Thread Sunit Katkar
Can you share your code? On Thu, Nov 13, 2008 at 9:40 PM, Chihau Chau [EMAIL PROTECTED] wrote: I have programmed a File Browser for android and this display the root directory content then it's que next /sqlite_stms_journals /cache /sdcard /etc /system /sys /sbin /proc /init.rc