Focus problem with multiple EditText's.

Posted by Ashish on Stack Overflow See other posts from Stack Overflow or by Ashish
Published on 2010-06-09T04:18:31Z Indexed on 2010/06/09 4:22 UTC
Read the original article Hit count: 190

Filed under:
|
|

I have an activity with two edittext controls. I am calling the requestFocus on the second edittext field since by default the focus goes to the first edittext control. The focus appears to be in the second edittext field (the second one gets the highlighted border), but if we try to enter any characters using the hardware keyboard the text appears in the first edittext control. Any ideas why it would be happening?

© Stack Overflow or respective owner

Related posts about android

Related posts about focus