Skip to content

Instantly share code, notes, and snippets.

@matthew-carroll
Last active July 6, 2019 11:10
Show Gist options
  • Save matthew-carroll/96883695ccba3a556fa69bd08ecca9d4 to your computer and use it in GitHub Desktop.
Save matthew-carroll/96883695ccba3a556fa69bd08ecca9d4 to your computer and use it in GitHub Desktop.
Implements Parcelable in a custom View in Android (1/4).
public class MyView extends View {
private static class SavedState extends BaseSavedState {
// TODO:
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment