Tuesday, July 7, 2015

Add Support Libraries of RecyclerView, CardView to Android Studio Project

If you want to use android.support.v7.widget.RecyclerView and/or android.support.v7.widget.CardView in your Android Studio project, you have to add these libraries as dependencies.



To add the libraries to Android Studio as dependencies, follow the steps here shown in the video:
- In Android Studio > File > Project Structure
- Select App -> Dependencies
- Click on the '+' symbol to add the libraries
- OK



More Examples:
- RecyclerView example
- CardView example

No comments: