Class | Description |
---|---|
InstanceStateManager<T> |
Helps saving and restoring
Activity or Fragment
instance state.Only local fields marked with InstanceState annotation will be saved.Supported fields types: boolean, boolean[], byte, byte[], char, char[], CharSequence, CharSequence[], double, double[], float, float[], int, int[], long, long[], short, short[], String, String[], Bundle and all objects implementing Serializable. See also InstanceStateManager.saveInstanceState(Object, android.os.Bundle) and
InstanceStateManager.restoreInstanceState(Object, android.os.Bundle) methods. |
Annotation Type | Description |
---|---|
InstanceState | |
InstanceStateGson |