Multiple Choice
Which of the following statements are NOT needed to adding support for RecyclerView with CardView in your application? (Choose two.)
A) dependencies { compile 'com.android.support:recyclerview-v7:24.2.1' }
B) dependencies { compile 'com.android.support:cardview-v7:24.2.1' }
C) dependencies { compile 'com.android.support.recyclerview:design:24.2.1' }
D) dependencies { compile 'com.android.support.recyclerview-v7:24.2.1' }
Correct Answer:

Verified
Correct Answer:
Verified
Q25: Which of the following is NOT a
Q26: What is a correct statement about an
Q27: To add a new Activity to your
Q28: Which package of the following does not
Q29: What does the following code achieve? Intent
Q31: Which Fragment class life-cycle method you must
Q32: Consider the following the code: public boolean
Q33: Which of the following is a valid
Q34: Which of the following methods is used
Q35: Which folder contains the Android project Java