ANDROID
To use Recyclerview using android studio you need to add dependency of recyclerview
example : compile 'com.android.support:recyclerview-v7:26.+'
(1) Create Simple layout which has Recyclerview
(2) Create raw layout for recyclerview ,which has raw items for recyclerview
(3)Set Recyclerview in side your activity
(4)Create Recyclerview Adpter
To use Recyclerview using android studio you need to add dependency of recyclerview
example : compile 'com.android.support:recyclerview-v7:26.+'
(1) Create Simple layout which has Recyclerview
(2) Create raw layout for recyclerview ,which has raw items for recyclerview
(3)Set Recyclerview in side your activity
(4)Create Recyclerview Adpter