When does Android start and end an application process?



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

Post New Answer

More Android OS Interview Questions

What is the use of linux id in android?

0 Answers  


what is activity context?

0 Answers  


What is application context in android?

0 Answers  


Explain what is application context?

0 Answers  


Described the components of android?

0 Answers  






Explain seapine software?

0 Answers  


What is the life cycle of android activity?

0 Answers  


The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.

0 Answers  


Which is the best os for mobile?

0 Answers  


Describe some capabilities of ddms?

0 Answers  


What are the different forms of communication provided by the android applications?

0 Answers  


Which is the latest operating system for android?

0 Answers  


Categories