Explain the activities?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between flag_activity_clear_task and flag_activity_clear_top?
What language does Android support for application development?
Explain real time scenario where android can be used?
What is android sdk?
Name some exceptions in android?
Provide Introduction to Android:
What is orientation in android? How is it done?
What is an action?
How do I update my android os?
How do I remove sections from my favourites?
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.
What do containers hold?