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
Options
1) A single screen the user sees on the device at one time
2) A message sent among the major building blocks
3) A component that runs in the background without any interface
4) Context referring to the application environment