You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While scrolling, an header or a section can be "sticky" to the top (or to the bottom?).
It should pushed away when scrolling in favor of a new headers.
The text was updated successfully, but these errors were encountered:
The one from timehop is really badly made... so I have chose as starting point the library from edubarr, but lot of improvements have been done that now the class looks very different from original one. It now takes only ~6kb (140 lines) to have this great functionality, However copyright has been added to the top of the class, just to be fair. Removed unnecessary loops, removed many unnecessary and useless calls to the Adapter, optimized the cache mechanism, it has been customized to work only with FlexibleAdapter in order to be coherent with the Sections functionality, but most of all, it works also when headers/items are deleted, dragged, linked etc... -> all with a simple call enableStickyHeaders()
While scrolling, an header or a section can be "sticky" to the top (or to the bottom?).
It should pushed away when scrolling in favor of a new headers.
The text was updated successfully, but these errors were encountered: