Android Programming and Technical Programming Technical

Parent class of Activity?

Options
1)Object
2)Context
3)ActivityGroup
4)ContextThemeWrapper

Read Solution (Total 4)

Android Other Question

When an activity doesn't exist in memory it is in.

Options
1) Starting state
2) Running state
3) Loading state
4) Inexistent state
What is the difference between Activity context and Application Context?

Options
1) The Activity instance is tied to the lifecycle of an Activity.
while the application instance is tied to the lifecycle of the application,
2) The Activity instance is tied to the lifecycle of the application,
while the application instance is tied to the lifecycle of an Activity.
3) The Activity instance is tied to the lifecycle of the Activity,
while the application instance is tied to the lifecycle of an application.
4) None of the above