Toolify / Backbone

A new file manager for Android 4.0+
Other
2 stars 3 forks source link

Address viewpager lag #29

Closed bkensey closed 11 years ago

bkensey commented 11 years ago

There is a slight stutter when swiping between pages, and its either caused by some kind of heavy view invalidation (less likely) or by the functions that run each time a page is swiped in order to update things like the breadcrumbs (more likely)

BrandoCommando commented 11 years ago

@bkensey It seems that the recent changes to the ViewPager have resolved this issue. Can you confirm?

bkensey commented 11 years ago

It's ultimately a subjective issue, but I would agree that recent changes have improved performance to an acceptable level - at least for now. Confirmed.