Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 563 Bytes

NOTES.md

File metadata and controls

12 lines (7 loc) · 563 Bytes

#SELECTION

I think that section collapse and section/item/footer selection state should probably be treated as "data source" get methods. Without setters! The default implementations should return false. If you want selection or section collapse, you should implement it as part of your data source.

This means all my selection code is garbage! GARBAGE!

... DOES IT?

#TESTING: - need to ensure this works fine for adapters which don't have footer views and which don't have header views (!!!) - need to test against different top/bottom padding scenarios