Skip to content

Instantly share code, notes, and snippets.

@jwill
Last active August 29, 2015 14:02
Show Gist options
  • Save jwill/6e10a96fb5cfde9dd3a3 to your computer and use it in GitHub Desktop.
Save jwill/6e10a96fb5cfde9dd3a3 to your computer and use it in GitHub Desktop.
t
[Draw line] Since Honeycomb, Android apps can rely on onStop being called before the app is at risk of being terminated, but if you’re supporting pre Honeycomb devices you should prepare for termination as early as after onPause. Let’s take a closer look at how you should prepare for an untimely app death.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment