Confirmed users
975
edits
(→Glossary: Add anchor name to avoid bustage if section title changes) |
(→COLD/WARM/HOT start up: Add "state" description) |
||
Line 115: | Line 115: | ||
-->{{#if:|<span id=""></span>}}<!-- | -->{{#if:|<span id=""></span>}}<!-- | ||
-->{{#if:|<span class="error">Error in {{tl|anchor}}: too many anchors, maximum is 10.</span>}}Glossary == | -->{{#if:|<span class="error">Error in {{tl|anchor}}: too many anchors, maximum is 10.</span>}}Glossary == | ||
=== COLD/WARM/HOT | === State: COLD/WARM/HOT === | ||
"State" refers to how cached the application is, which will impact how quickly it starts up. | |||
[https://developer.android.com/topic/performance/vitals/launch-time#internals Google Play provides a set of definitions] and our definitions are similar to, but not identical, to them: | |||
* COLD = starting up "from scratch": the process and HomeActivity need to be created | * COLD = starting up "from scratch": the process and HomeActivity need to be created | ||
* WARM = the process is already created but HomeActivity needs to be created (or recreated) | * WARM = the process is already created but HomeActivity needs to be created (or recreated) |