Focus next textview automatically

Posted by Naseer on Stack Overflow See other posts from Stack Overflow or by Naseer
Published on 2010-05-31T11:20:20Z Indexed on 2010/05/31 11:22 UTC
Read the original article Hit count: 212

Filed under:
|

I have a TextView with android:maxLength set to 3 and another with android:maxLength set to 7. I want focus to automatically move to the second TextView once the 3 chars of the first TextView are filled up. Is this possible without inheriting TextView and writing a custom implementation ?

© Stack Overflow or respective owner

Related posts about android

Related posts about textview