Changes

Jump to: navigation, search
no edit summary
Processes host applications and applications are made up of components. Within an Android system, the current state of a process is defined by the highest-ranking active component within the application that it hosts. As outlined in Figure 18-1, a process can be in one of the following five states at any given time:
[[Image:android_studio_process_state.png|Android Process state diagram]]
=== Foreground Process ===
The Activity Stack is what is referred to in programming terminology as a Last-In-First-Out (LIFO) stack in that the last item to be pushed onto the stack is the first to be popped off.
[[Image:android_studio_activity_stack.png|The Android activity stack diagram]]
== Activity States ==

Navigation menu