1. What is the activity life cycle in Android application development? | ![]() |
2. What is the purpose of the onCreate() method in the activity life cycle? | ![]() |
3. When is the onPause() method called in the activity life cycle? | ![]() |
4. How can I handle configuration changes in the activity life cycle? | ![]() |
5. What is the purpose of the onDestroy() method in the activity life cycle? | ![]() |