MIGRATION
library
- add new
isAutoExpanding
method to theiExpandable
interface todisable the automatic expand functionatliy of the FastAdapter. This is needed if you want have a custom behavior - use correct generic type in generateView (no cast necessary)
library-extension
- add new FastAdapterBottomSheetDialog to the FastAdapter library-extensions
- THANKS @FabianTerhorst
sample
- add new RealmActivity to showcase how to use Realm with the FastAdapter (simple example)
- showcase how to implement the IItem interface when you can't extend from the AbstractItem
- improve RealmActivity
- THANKS @FabianTerhorst