Android Question Keeping checkbox ticks through orientation change

Arf

Well-Known Member
Licensed User
Longtime User
When orientation changes, I lose all my checkbox ticks selections.
I see that this is expected as the activity is destroyed and recreated.

Is there any way I can make the checkboxes keep the ticked status through an orientation change?
I guess this applies to most things, not just checkboxes.

Thanks!
 

DonManfred

Expert
Licensed User
Longtime User
Have you looked at the statemanager-Lib Codemodule?

Edit: Thx @NJDude for your correction
 
Last edited:
Upvote 0
Top