I want to implement two vertical list views A and B such that only 1 of them is visible at a time and a horizontal scroll shows the next list.
I want the scrolling to be smooth ie while you touch down and move your finger the present list moves along and the new list moves in … the effect while moving images in gallery.
I have been able to scroll bw the views and with the use of translate animation am being able to show the smooth transition but what I want to achieve is the gallery like effect.
So horizontal scroll switches bw diff list views and vertical scroll can be used to scroll through the list.
You could use a ViewPager to accomplish this.
http://developer.android.com/reference/android/support/v4/view/ViewPager.html
main.xml
MainActivity.java