I was wondering if someone could help me in the right direction.
How could i save what a user has selected from list view items or a checkbox? When views are switched selected values are not saved. Thanks!
I was wondering if someone could help me in the right direction. How could
Share
Look into the SharedPreference class. It’s the standard way to say things like that.