[android-beginners] Re: problem with getId()

2009-07-20 Thread kartheek karthikeya
may be you forgot to setclickble(true) to that image view On Sun, Jul 19, 2009 at 5:49 PM, Mark Murphy mmur...@commonsware.comwrote: arin wrote: Hi Everyone, I have the following code Java: imageView.setImageResource(mThumbIds[position]);

[android-beginners] Re: problem with getId()

2009-07-20 Thread arin
Thanks for ur interest kartheek. I solved it. I was doing a mistake, I sould've call gridview.setItemOnClick() instead! happy coding On Jul 20, 1:22 pm, kartheek karthikeya kartheek@gmail.com wrote: may be you forgot to setclickble(true)  to that image view On Sun, Jul 19, 2009 at 5:49

[android-beginners] Re: problem with getId()

2009-07-19 Thread Mark Murphy
arin wrote: Hi Everyone, I have the following code Java: imageView.setImageResource(mThumbIds[position]); imageView.setOnClickListener(new OnClickListener(){ @Override public void onClick(View