I have not dug into the software development kit for the Android OS yet, but I know that most applications do not have a File Save As dialog box. Many do have the ability to save files to internal storage, to import or export settings or data.
One particularly promising open-source project is hosted at Open Intents - http://www.openintents.org/en/. This suite of little programs includes a file manager application, and a simple text editor. With these two programs, you can definitely view the file system and edit anything that you find that is in a text format. Their text editor is missing all the wonderful bells and whistles that I love in vim, though. If the OS does not provide file-system access, it may be possible to somehow integrate with the Open Intents file explorer. Again, I am just guessing here, and would love to know if anyone has explored this more deeply than I have. Android OS is very Unix-like. The file system has mount points, bin directories and other Unix-like features. I have even seen articles about how some people complied the bash shell to run under Android OS. My hope is that the Unix version of vim could be somehow adapted to run under Android OS. On Feb 24, 11:54 am, Ben Fritz <[email protected]> wrote: > Does the Android OS allow direct access to the file system? I have > idea in my head somehow that (in general) smart phone OSes don't allow > this. I have no idea where I got that thought, though, so it's quite > possibly incorrect. -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
