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 box
populated with the file's text contents
3. the text should be modifiable and support copy/cut and paste
4. have one button called "save" which overwrites the original
textfile with the modified text
5. upon closing the window, the memory/text is discarded without save
(or warning - this is a simple app).

questions:

1. Is copy/paste is supported by android.widget.EditText?  If not, how
can i create a textbox similar to an html textbox?
2. What xml file/code handles registering a file type to launch a text
editor app onclick?
3. Does android.widget.EditText expect unicode?

thanks for any help!

--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to