I have a grid view in my application and i need to scroll it horizontally.I have tried changing the gridview to gallery.But then only one row is available,but i need differe
how about using a viewPager :
http://developer.android.com/reference/android/support/v4/view/ViewPager.html
?