Create an application that uses the given API to populate a recyclerview which shows the name,image and email of a user in each list item. code example
Example: how to add recyclerview support in android studio
dependencies {
implementation 'com.android.support:recyclerview-v7:28.0.0'
}