This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: novoda/view-pager-adapter
Releases · novoda/view-pager-adapter
v1.0.0
- Breaking: bindView(V view, int position, @nullable SparseArray viewState) has gone from protected to private
- Breaking: bindView(V view, int position) made abstract again so clients have to implement it
- Behaviour change: if client returns Views with IDs in protected abstract V createView(ViewGroup container, int position); then the library will throw an exception
- New: protected void restoreHierarchyState(V view, int position, @nullable SparseArray viewState)
- New: protected void saveHierarchyState(V view, int position, SparseArray viewState)