Question: Android question: 31 In order to have your app respond to state changes, you simply override the corresponding activity callback. True False 32 An Activity
Android question:
31 In order to have your app respond to state changes, you simply override the corresponding activity callback. True False
32 An Activity only transitions into a state of the activity lifecycle if it has the state's corresponding method implemented. True False
33 Rotating a device causes the current Activity instance to be destroyed. True False
35 The part of the Android OS responsible for creating an instance of an Activity is activity manager activity instantiator activity constructor fragment manager
38 When you want an activity to hear back from it's child activity, the parent activity needs to start the child using startActivityResponse() startActivityForResult() startActivity() getActivityResponse()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
