github mikepenz/FastAdapter v0.9.5

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

library

  • Fix: model was never set inside the GenericAbstractItem
  • increase type safety for generic parameter return
  • always use factory to create view holder
  • use default factory if no factory was set
  • expose a function that returns the type of the view holder to alter the default resolution
  • use singleton for ViewHolderFactory -> boosts performance
  • add factory constructor
  • remove redundant functions
  • add setNewList to FastItemAdapter
  • add setter for the OnCreateViewHolderListener, and OnBindViewHolderListener
  • add getter for the ItemAdapter inside the FastItemAdapter

sample

  • update sample app dependencies
  • move the click listener on the like (heart) image of the ImageListActivity to the onPostCreateViewHolder listener to improve performance.
    • create simple helper class to simplify this

general

  • update build tools

Don't miss a new FastAdapter release

NewReleases is sending notifications on new releases.