github mikepenz/FastAdapter v1.1.2

latest releases: v5.7.0, v5.6.0, v5.5.1...
8 years ago

library

  • handle the toggling of expandable items within the FastAdapter
    • update sample to follow this

sample

  • alter the ExpandableItem to fit the Material Design Guideliens for expandable items

MIGRATION

  • remove fastItemAdapter.toggleExpandable(position); from your onClick listener
  • change if (((IExpandable) item).isExpanded()) to if (!((IExpandable) item).isExpanded()) in the onClick listener as the expantion is now done before the listener is called

Don't miss a new FastAdapter release

NewReleases is sending notifications on new releases.