You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note also that boolean return type of `isForViewType()` of a fallback delegate will be ignored (will not be take into account). So it doesn't matter if you return true or false. You can use `AbsFallbackAdapterDelegate` that already implements `isForViewType()` so that you only have to override `onCreateViewHolder()` and `onBindViewHolder()` for your fallback adapter delegate.
211
211
212
-
213
-
## Migrating from `2.x` to `3.0`
214
-
In contrast to `2.x` in `3.0``AdapterDelegate` is no longer a interface, but rather an abstract class.
215
-
To keep version backward compatible with project that are already using `1.x` or `2.x` the package has been renamed to `com.hannesdorfmann.adapterdelegates3` and also the artifact id has been renamed to `adapterdelegates3`.
216
-
217
-
See the [releases section](https://github.com/sockeqwe/AdapterDelegates/releases) for more information about changes.
0 commit comments