Test Project
Problem Statement:
- Call the below api https://reqres.in/api/users?page=1 It has total 12 pages, develop pagination logic and show it to user as he/she scrolls the list.
- Show it in a Recycler view.
- On Click of an item show the detail view.