Consider I have two Horizontal ListView as shown below:
list1
list2
I want to know if it is possible to make the second list (list2) view scroll horizontally simultaneously along with the scroll of first list (list1)…..
That is when I scroll list1 (horizontal), even list2 must scroll by the same offset…
Is this possible, if yes, please do help…
![link to image]: https://picasaweb.google.com/109389839906668906213/January132012#5697019272538269218
As There is no HorizontalListView in Android, you must having another adapter view, anyway implement following: