Skip to content

Instantly share code, notes, and snippets.

@matthew-carroll
Created July 6, 2019 11:06
Show Gist options
  • Save matthew-carroll/caf24a74fcc635da6a7436fba9c78b58 to your computer and use it in GitHub Desktop.
Save matthew-carroll/caf24a74fcc635da6a7436fba9c78b58 to your computer and use it in GitHub Desktop.
Enables state saving for a custom View in Android.
public class MyView extends View {
public MyView(Context context) {
setSaveEnabled(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment