Mobile/Powersaving: Difference between revisions

Jump to navigation Jump to search
Line 37: Line 37:


A more messy option: Add separate options throughout our codebase to allow things to be temporarily frozen - JavaScript, animations, plugins, etc. etc.
A more messy option: Add separate options throughout our codebase to allow things to be temporarily frozen - JavaScript, animations, plugins, etc. etc.
=== Platform-specific control ===
* On Android, processes have a [http://developer.android.com/guide/topics/fundamentals.html#lcycles lifecycle]. We currently pause the main thread - but no others - when we get OnPause.
** Should we do more in OnStop?
* Need to investigate other OSes


== Tests ==
== Tests ==
213

edits

Navigation menu