Hi, i was thinking of writing a simple text editor that can do the
following:

1. read/overwrite text files on gphone flash memory
2. the text files should be accessible over usb for transfer to/from
pc
3. app should create an editable text box populated with the file's
text contents
4. the text should be modifiable and support copy/cut and paste
5. app will have one button called "save" which overwrites the
original textfile with the modified text
6. upon closing the window, the memory/text is discarded/garbage
collected without save.

here are my 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. Are there any obvious hurdles to overcome?

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