applidium / HeaderListView

Android ListView with sticky headers
http://applidium.com/en/news/headerlistview_for_android/
Other
313 stars 96 forks source link

numberOfCellsBeforeSection has performance issue. #3

Closed simonxcheng closed 10 years ago

simonxcheng commented 11 years ago

Hi Applidium,

The method numberOfCellsBeforeSection may have performance issue if the listview have lots sections. It is being called many times during scrolling. I am considering to extend the method and build a cache for it. When data set is changed, wipe the cache.

Simon

tokou commented 10 years ago

Hi Simon, We just fixed this. Thanks a lot for your feedback.