Are your listviews taking advantage of the ViewHolder pattern? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware
On Tue, Mar 27, 2012 at 10:46 AM, Frederic <[email protected]> wrote: > 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 -- 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

