[android-developers] Re: File Dialog?

2010-01-20 Thread sacchu
Nathan, I used AndExplorer in one of my apps. http://www.lysesoft.com/products/andexplorer/index.html Thanks, Sachin On Jan 20, 4:20 am, Nathan nathan.d.mel...@gmail.com wrote: Is there something like a FileDialog available? From previous threads, it appears there isn't one. If not, has

[android-developers] Re: File Dialog?

2010-01-20 Thread sacchu
Nathan, I used AndExplorer http://www.lysesoft.com/products/andexplorer/index.html Thanks, Sachin On Jan 20, 4:20 am, Nathan nathan.d.mel...@gmail.com wrote: Is there something like a FileDialog available? From previous threads, it appears there isn't one. If not, has someone written one?

[android-developers] Positioning a Dialog at a required location (x,y)

2009-04-09 Thread sacchu
Hi, I'm displaying some content in a Dialog. By default the Dialog is displayed at the center of the window. I would like to position it at a location (x,y). I'm not able to achieve this using Gravity. Probably I'm not doing it in the right way.. Has any one faced a similar issue? Regards,