Tutorial 12
- Due No Due Date
- Points 5
- Submitting a file upload
- File Types apk
Follow this link. Learn the flow of the Recycler View Concept. Create a project and implement the concept that how the adapter works for Recycler View, and develop the code to fetch the data from https://jsonplaceholder.typicode.com/users using Volley Library and generate the following output using RecyclerView.
USE :
implementation 'com.android.volley:volley:1.1.1'
//noinspection GradleCompatible
implementation 'com.android.support:recyclerview-v7:28.0.0'
Hint: RecyclerView Animation Demo
Expected Output: