I have an activity that has a layout with a Listview and a Viewpager
in it.  The Viewpager is basically another listView that can change
pages.

So the data description for the first ListView is contained in the
view pager listView.  So one row of data in the first listView
correspond to one row of data in the ViewPager.

When I scroll the first ListView, I want the second to scroll at the
same time and vice-versa.  I've tried many things (setPositionFromTop,
smoothScrollTo..).  Nothing seems to give me the performance needed.

I feel this should be a common problem as this behaves like a
spreadsheet program.  Do you have any suggestion as to how to scroll
two list view together with good performance (no lag).

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to