Page 1 of 1

Save new file

Posted: Mon Nov 15, 2010 8:29 am
by androidguy
I have seen that you guys have added new file saving option, could you plz let me know how can i call intent to use new file saving functionality


Please reply urgently as i am implementing this into my project!

Regards,
AndroidGuy

Re: Save new file

Posted: Tue Nov 16, 2010 7:33 am
by support
You can just open a file chooser for any purpose. Sample is available at the bottom of:
http://www.lysesoft.com/products/andexplorer/index.html

Re: Save new file

Posted: Tue Nov 16, 2010 10:06 am
by androidguy
I think I am failed to explain the actual issue, therefore I am elaborating the whole scenario as much as I can, hope it will be helpful

I am developing a project and reading/writing text file is the part of my project, where user can open an existing text file and also will be able to create a new text file and save to a location of his/her choice, now I need to know that how can I fulfill following requirements using AndExplorer.

1. User can browse SD Card as well as Phone memory
2. Restrict user to open file only
3. Display only files with “txt, csv” extension
4. Save new file option
a. User can browse to a path and he/she will be prompt for a file name
b. User can be restricted for a certain file type e. g .txt, .csv etc

Thanks & regards,
AndroidGuy