81) They handle data and database management issues.
A.Activity
B.Services
C.Content Provider
D.Broadcast Receiver
Answer : C
82) They handle background processing associated with an application..
A.Activity
B.Services
C.Content Provider
D.Broadcast Receiver
Answer : B
83) This function is Called when the activity becomes visible to the user as per Activity Life Cycle.
A.onStart()
B.onPause()
C.onResume()
D.onStop()
Answer : A
84) This function is Called when the current activity is being paused and the previous activity is being resumed as per Activity Life Cycle.
A.onStart()
B.onPause()
C.onResume()
D.onStop()
Answer : B
85) This function is Called when the activity starts interacting with the user as per Activity Life Cycle.
A.onStart()
B.onPause()
C.onResume()
D.onStop()
Answer : C