Question
Write an Android Application that demonstrates the activity life cycle and fragments. The main activity should have two fragments. The top fragment contains a list
Write an Android Application that demonstrates the activity life cycle and fragments. The main activity should have two fragments. The top fragment contains a list view control whose items are the names of two other activities, AIActivity and VRActivity. The bottom fragment uses a text view control to display the list of life cycle methods that take place when the main activity starts.
Use Toast class methods to display a quick message in fragments onCreateView and onStart methods. The AIActivity and ARActivity should each have a TextView control to display messages when onCreate, onStart, onStop, and onDestroy are executed. Declare the String resources in strings.xml file
2:13 Lab1_Ex2 Life Cycle Methods Demonstration AlActivity 2:24 o Lab1_Ex2 AIActivity: onCreate executed on Start executed VRActivity Main Activity: onCreate executed onStart executedStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started