Hi, I've been doing the notepad tutorial @ http://developer.android.com/guide/tutorials/notepad/index.html
1) I've added a char counter on top of the body doing this: note_edit.xml => http://pastebin.com/f5fda29fe NoteEdit.java => http://pastebin.com/f4495e573 Questions with this: - Are there any adapters like swing in android. I just use one method from TextWatcher and need to override all of them. - When testing my code mChars.setTextColor(Color.WHITE) on line 92 turns my text bold. Other colors don't do this. Bug? 2) If I add notes without title, then I can't select them from the list to delete them. Which would be the best way to fix this? Thanks for reading! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---