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, AlActivity 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. 2:13 0 2.24 OF Lab1_Ex2 Lab1_Ex2 Life Cycle Methods Demonstration Al Activity Al Activity: onCreate executed on Start executed VRActivity Main Activity: onCreate executed onStart executed Use also Toast class methods to display a quick message in fragment's onCreate View and on Start methods. The AIActivity and ARActivity should have a TextView control each to display messages when onCreate, on Start, onStop, and onDestroy are executed. Declare the String resources in strings.xml file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
