Implement an Expandable Android Recycler View with Sticky Headers, Search Function, Alphabetical Side Selector and Swipable Items/cards?

时间:2015-06-26 10:07:34

标签: android listview android-recyclerview

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 Functionality
  • An Alphabetical SectionIndexer Fast Scroll
  • Swipable items for extra functions
  • Expandable

So 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?

0 个答案:

没有答案