Hi all, I want to set an listener in an activity, which only execute the code when all the 6 or 8 digits is typed in the editText field. I can use an keyboard listener, but this will be activated each time the user type in a single character. I want something more intelligent :) that only call the listener if the EditText field contains 6 digits(if possible 6-8 digits).
-- 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