[android-developers] Gallary Scroll and click event

2011-04-05 Thread SImplyG2010
Good evening, I have a Gallery view in which each item consists of a table view with two rows of three cells. Each time someone clicks on the image in one of these cells I would like to launch a image specific intent however if I set an on click listener for each of the image views then the

Re: [android-developers] Gallary Scroll and click event

2011-04-05 Thread Justin Anderson
Seems odd to me that setting the onItemClickListener would cause your Gallery to lose its ability to scroll... I have used Gallery views extensively and have never seen this behavior. What does the code look like when you set the listener? Thanks, Justin Anderson MagouyaWare Developer