| Interface | Description |
|---|---|
| AutoRecyclerViewAdapter |
Interface implemented by the auto generated Adapter
|
| ItemIdRes |
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 |
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
|
| Class | Description |
|---|---|
| AutoRecyclerViewAdapterKt |
| Enum | Description |
|---|---|
| ItemType |
Different types of views supported.
|