Last active
August 29, 2015 14:02
-
-
Save jwill/6e10a96fb5cfde9dd3a3 to your computer and use it in GitHub Desktop.
t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It’s also a signal to our app that the system now considers it a low priority. Given the limited resources available, we should respond by reducing our use of system resources, particularly anything that could continue draining the battery. That includes anything that’s being used exclusively to update the UI: What are some examples of listeners or updates that should be paused or disconnected within onPause or onStop? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment