I've developed my app on emulator. My layout basically has gridview inside of linear layout. The gridview has its own ontouchlistener. And everything worked fine until I tried it on my Galaxy S. The gridview is bouncy (scrolling little without size issue) whenever I touched it. How can I prevent it? Is it because it has its own ontouchlistener?
Update: found a solution