I want first ImageView(in GridView) to be focused by default when I launch the application.
I have tried 1). *setSelection(0) *on instance of GridView 2). setFocusableInTouchMode(true) on paricular ImageView in getView() of Adapter that I have used to inflate the GridView. but none of them has worked. Any help and guidance in this regard will be well appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

