Multiple Choice
Which of the following Gradle statements adds the AppCompat library to an Android application?
A) dependencies { compile "com.android.support:appcompat-v7:21.0.+" }
B) compile { library "com.android.support:appcompat-v7:21.0.+"
C) apply plugin: 'com.android.support:appcompat-v7:21.0.+'
D) defaultConfig { library "com.android.support:appcompat-v7:21.0.+" }
Correct Answer:

Verified
Correct Answer:
Verified
Q182: On which of the following thread does
Q183: Which method is used to close an
Q184: Consider the following AndroidManifest.xml file. <?xml version="1.0"
Q185: Which of the following is NOT a
Q186: Which of the following add a click
Q188: Which parameters does the system pass to
Q189: What does the src folder contain?<br>A) Image
Q190: Which of the following Classes is responsible
Q191: Consider the following code: Intent intent =
Q192: Which of the following is a correct