- ItemIdRes - Interface in autodroid.annotations.recyclerview
-
Maps a field in the data class to a view id present in the layout resource for the view holder.
Annotate this to a field in the data class used for your recycler view
- ItemLayoutRes - Interface in autodroid.annotations.recyclerview
-
Specify the layout resource to be used in the view holder for an item.
Annotate this to the data class used for your recycler view
- itemType() - Method in interface autodroid.annotations.recyclerview.ItemIdRes
-
Specify the type of this field.
- ItemType - Enum in autodroid.annotations.recyclerview
-
Different types of views supported.
- ItemType() - Constructor for enum autodroid.annotations.recyclerview.ItemType
-
Different types of views supported.