Re: [android-developers] GridView---problem to get item on touch

2012-04-24 Thread Justin Anderson
> > when I touched (2,2),I should get (2,2) but I got item of (3,2) . > If you take out everything you are doing with your gesture listener, do you have the same problem? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 17, 2012 at 8:19 PM, h...

[android-developers] GridView---problem to get item on touch

2012-04-22 Thread h...@isb.co.jp
Hi,everyone. I am new to android. I implemented a gridview with 7 rows and 3 columns(7,3). I am trying to get item in gridview on touch. I can get item but it is not what I want. for example when I touched (2,2),I should get (2,2) but I got item of (3,2) . Please check my source code as follow