Google News
logo
Android - Quiz(MCQ)
Which of the following is the parent class of Activity?
A)
contextThemeWrapper
B)
object
C)
context
D)
None of the above

Correct Answer :   contextThemeWrapper


Explanation : The android Activity is the subclass of ContextThemeWrapper class. Android Activity Lifecycle is controlled by 7 methods of android.app.Activity class. An activity is a single screen in android. It is like a window or frame of Java.

Advertisement