Is it possible to set a focus to a button widget which lies somewhere down in my layout. onCreate of the activity my control/focus should be on that button programmatically.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Yeah it's possible
|
|||||||||||
|
|
. . If you have created the Button Dynamically then also you able to do it. . . In that case you have to use the ButtonObject.requestFocus(); Where ButtonObject is the name of the button Object as like myBtn in the Pentium answer. . Enjoy. |
|||||||||||
|