[android-developers] Re: Simple Text Editor
You know what Michael... you gone stop commin at me like dis! On 12/18/2008, Michael wrote: > > Ignoring the previous reply > >> 1. be able to place and retrieve text files on gphone flash memory via >> usb > > You'd be better off storing things like this on the SD card, rather > than in phone memory. More space for one, and if you want to be able > to retrieve the files via the USB data connection, they'll have to be > stored on the SD card. > > > -- Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Client Based Tech Support Specialist Hazel Crest Illinois xavieruni...@gmail.com¥xavierunited@hotmail.com¥truestar...@yahoo.com "Fear of a name, only increases fear of the thing itself." --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Simple Text Editor
Ignoring the previous reply > 1. be able to place and retrieve text files on gphone flash memory via > usb You'd be better off storing things like this on the SD card, rather than in phone memory. More space for one, and if you want to be able to retrieve the files via the USB data connection, they'll have to be stored on the SD card. --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
[android-developers] Re: Simple Text Editor
Hello this has already been posted! Please don't post more than once. Now I am guessing that you are talking about the G1. Flash memory is kinda like ram so i am not sure if you can get into the phone flash mem and start tranfering files on there. It also depends on how much space you have normally you would just plug the flash drive into the cpu and tranfer the files. You need the right api to accoplish this on flash. Its not a removeable mem stick then you would not need a usb. Hardware not software! On 12/17/2008, nealpobr...@gmail.com wrote: > > 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! > > > > -- Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Client Based Tech Support Specialist Hazel Crest Illinois xavieruni...@gmail.com¥xavierunited@hotmail.com¥truestar...@yahoo.com "Fear of a name, only increases fear of the thing itself." --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---