LarsWerkman / QuickReturnListView

A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
Apache License 2.0
698 stars 187 forks source link

Performance issue #10

Open lexius opened 10 years ago

lexius commented 10 years ago

Hello. I think In your example it will be better to add

aList.getViewTreeObserver().addOnGlobalLayoutListener(onGlobalLayoutListener)

on Activity or Fragment Resume and remove it

historyList.getViewTreeObserver().removeGlobalOnLayoutListener(onGlobalLayoutListe ner);

on Pause.