Hi, What would be a good approach to modifying user input in the NotesList sample application. In the NoteEditor class, android.widget.EditText is used to let user's input their notes. Would subclassing android.widget.EditText or rewriting the NoteEditor class be a better approach so that I could take the user input (say "cat"), look it up in a Japanese dictionary, allow the user to select their approved definition and append it to "cat : selected_japanese_translation", and then finally insert it into the note.
Any help is greatly appreciated. I know how to do the lookup to get the Japanese, I'm just not clear on how to connect things. Would it make sense to put a listener on EditText view and from their launch a lookup intent which will finally call the NotesList intent again and set the text "cat : selected_japanese_translation". Shawn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

