I want to create 2 horizontal listview one below the other. I dont want the listview to scroll seperatley, when the user swipes the screen both the lists should get scrolled .
I created 2 horizontal listview as in this project , https://github.com/sephiroth74/HorizontalVariableListView
but both the listview can be scrolled separately. Can anyone help me create it.
THanks in advance.
Try something like
In the onScroll method of the onScrollListener. The above is pretty rough.
If this is suitable to you then please mark as accepted answer so that it could be helpful for others.