This seems a very specific question but it is actually relevant to real world apps.
Often the requirements for the application entails that a ListView
or for future proof sake a RecyclerView
that has the following:
StickyHeaders
Search
FunctionalityAlphabetical SectionIndexer
Fast ScrollSwipable
items for extra functionsSo there are a few libraries that can do single tasks on the list:
However these libraries don't work well together and often can't extend each other. Are there any ideas how to have the functionality of all these classes together?