Multiple Choice
Which of the following statements is false?
A) The Minimum SDK is the minimum Android API level that's required to run your app. This allows your app to execute on devices supporting that API level and higher.
B) Lower Minimum SDK values enable your app to run on more devices.
C) Generally you should target the highest API level on which your app can run.
D) You must disable newer features that are not available on older platforms when your app is installed on those platforms.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: When you open a layout XML file,
Q5: Which of the following statements about adding
Q6: When you first switch your device to
Q7: Which of the following statements is false?<br>A)
Q8: Which of the following statements is false?<br>A)
Q10: You can _ an app so that
Q11: Which of the following statements is false?<br>A)
Q12: Which of the following statements is false?<br>A)
Q13: It’s considered good practice to define all
Q14: When the layout editor is open in