When does Android start and end an application process?
Answer / mady

Android starts an application process when application's component needs to be executed. It then closes the process when it's no longer needed (garbage collection).
Is This Answer Correct ? | 0 Yes | 0 No |
What are the primary components used in android architecture?
What are the different phases of the Activity life cycle in Android?
What is a physical sensor?
What is the difference between serializable and parseable?
Explain android architecture briefly.
Explain me onsavedinstancestate() and onrestoreinstancestate() in activity?
Can I update my version of android?
Name the languages supported for android development.
Please explain the ontrimmemory() method?
What is an android runtime?
What is the use of intent in android?
What does adb stands for & what is it’s primary function?