Multiple Choice
Which of the following attributes of the activity tag in the manifest file is used to set an activity screen to landscape orientation?
A) screenorientation = landscape
B) screenOrientation="landscape"
C) android:ScreenOrientation="landscape"
D) android:screenOrientation="landscape"
Correct Answer:

Verified
Correct Answer:
Verified
Q71: During an Activity life-cycle, what is the
Q72: When creating a file using android.content.Context.openFileOutput("test.txt", 0),
Q73: Consider the following code: Intent i =
Q74: Custom views for notifications are allowed in
Q75: Which of the following are primary pieces
Q77: Capturing GPS coordinates require creating a project
Q78: Which of the following is added as
Q79: Which of the following is correct about
Q80: What existing layout is closest to ConstraintLayout
Q81: How is the lifecycle of Service connected