Changes

Jump to: navigation, search

Understanding Android Application and Activity Lifecycles

12 bytes removed, 14:59, 29 April 2016
no edit summary
<htmlet>androidstudioandroid44</htmlet>
The situation with regard to determining the highest priority process is slightly more complex than outlined in the preceding section for the simple reason that processes can often be inter-dependent. As such, when making a determination as to the priority of a process, the Android system will also take into consideration whether the process is in some way serving another process of higher priority (for example a service process acting as the content provider for a foreground process). As a basic rule, the Android documentation states that a process can never be ranked lower than another process that it is currently serving.
<htmlet>androidstudioandroid44</htmlet>
== The Activity Lifecycle ==
<htmlet>androidstudioandroid44</htmlet>

Navigation menu