40
score
922.7K
views
no
status
CC BY-SA 3.0
How can I save an activity state using the save instance state?
To help reduce boilerplate I use the following interface and class to read/write to a Bundle for saving instance state. First, create an interface that will be used to annotate your instance variables: Then, create a...