DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Save persistent state #109

Open SergWh opened 4 years ago

SergWh commented 4 years ago

Is there some way of saving adapter's state (keep selected items for example) across configuration changes?

DevAhamed commented 4 years ago

Currently the library do not support this feature.