-
Notifications
You must be signed in to change notification settings - Fork 183
Recommendations for the View States
Vitaly Vivchar edited this page Dec 29, 2017
·
3 revisions
The View States are ideal for saving a position of an nested RecyclerView.
I created an example where I use the ViewState for saving a check value. But I am not sure that is a good idea when you use it in dynamic list. But It's fine for static list.