[android-developers] Simple Text Editor

2008-12-18 Thread nealpobr...@gmail.com
Hi, i really need a simple text editor and to my surprise there does not appear to be one. so i was thinking of creating one. here is what i'd like to do: 1. be able to place and retrieve text files on gphone flash memory via usb 2. onclick of the text file create a full screen editable text bo

[android-developers] Simple Text editor

2008-12-18 Thread nealpobr...@gmail.com
Hi, I am considering working on a simple text editor and have a couple questions: 1. Does the textedit class have copy/paste built in or does it have to be implemented separetly? 2. Would a full-screen text box app displaying/saving text from a .txt file be difficult to implement? Is there is a t