I have a GridView that is populated by a layout containing an ImageView and an EditText.
When the activity is opened, is there a simple way to set the focus to the first EditText and pop open the keyboard?
|
I have a GridView that is populated by a layout containing an ImageView and an EditText. When the activity is opened, is there a simple way to set the focus to the first EditText and pop open the keyboard? |
|||
|
|
|
After you create the view and set the content do the following
That should do it. EDIT: After rereading your post I realize you might be trying to access the item on the grid view in which case the above will not work. Try this instead
|
|||||||
|