On Wed, Aug 10, 2011 at 9:42 AM, Raj <[email protected]> wrote:
> But, how to use it with GridView? Because, I want to click on a specific > item in that gridview, not an entire gridView. > Read the GridView docs. Looks like you can set the selected item and you can get the selected item. You can then call peformClick() on the selected item. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

