When does Android start and end an application process?
Answer Posted / 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 |
Post New Answer View All Answers
Which of the layout that you can use in a window in an android application?
What is a buildtype in gradle?
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?
What is an adapter in android?
Write down the syntax to get a view element in the program?
What is broadcast receiver component of android?
Can I upgrade android 6 to 7?
What is needed to make multiple choice list with custom view for each row?
What is android 9 called?
difference between nine-patch image vs regular bitmap image in android?
Will galaxy s8 get android 10?
Which file is entry point for sencha touch app?
What is the difference between a class , a file and an activity in android?
Can android lollipop be upgraded to marshmallow?
how will you display database tables in an activity? Will you use gridview or tableview? Justify?