Android Programming and Technical Programming Technical

How many manifest files will be there in an android application?

Options
1) Maximum one is allowed
2) It can have multiple manifest files
3) 1 and 2, both are correct
4) 1 and 2 both are wrong

Read Solution (Total 1)

Android Other Question

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
Is it possible to create an activity without setContentView(R.layout.main) xml file?

Options
1) Yes
2) No
3) None
4) Question is not correct