Multiple Choice
Which of the following is correct dependency for adding CardView?
A) dependencies {compile 'com.android.support:cardview-v7:24.2.1' }
B) dependencies {compile 'com.android.support:CardView-v7:24.2.1' }
C) dependencies {compile 'com.android.support:cardView-v7:24.2.1' }
D) dependencies {compile 'com.android.support.cardview-v7:24.2.1' }
Correct Answer:

Verified
Correct Answer:
Verified
Q65: Which of the following is not a
Q66: Best practice to implement Google Maps is
Q67: Which of the following features CANNOT be
Q68: Which one of the following statements is
Q69: Which of the following best explains the
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