This repository contains code for the RecyclerView example app made during Android Study Jams Prior Programming Experience Track
- Install git
- Navigate to the directory where you want to save the project and open a terminal
- Type-in this command:
git clone -b master https://github.com/dsc-nsut/ASJ-RecyclerViewExample
- Start Android Studio and select "File -> Open..." and select the project directory
- Android Studio will starting importing files and now you can build the app