Re: [android-developers] Android GridView----not able to get correct item by touch event

2012-04-23 Thread Gink Labrev
Try to do it without the OnGestureListener interface and post the result. Em 18 de abril de 2012 23:43, h...@isb.co.jp h...@isb.co.jp escreveu: I implemented a gridview with 7 rows and 3 columns(7,3). I am trying to get an item in gridview on touch. (want to get an touched item not clicked

[android-developers] Android GridView----not able to get correct item by touch event

2012-04-22 Thread h...@isb.co.jp
I implemented a gridview with 7 rows and 3 columns(7,3). I am trying to get an item in gridview on touch. (want to get an touched item not clicked item) I can get an item but it is not the one I want. Example: When I touched (2,2), I should get the item in (2,2). Instead, I got the item in