i am using edit text view and want to move to the next text field automatically when max length is achieved
like in xml
how can move to next text field
either from xml or from code
any help/suggestion will be most welcomed
Usman Kurd
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use TextWatcher with your edit text and when your edit text will cross the max limit you can request the focus to your text box .
I hope it helps you.