Solved

Which of the Following Statements Are NOT Needed to Adding

Question 30

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions