sidsharma2002 / PracticeApp

A "must-have a look" project for newcomers in android.
47 stars 20 forks source link

Replace RecycleView.Adapter with List Adapter #27

Closed rohitjakhar closed 2 years ago

rohitjakhar commented 2 years ago

Replace all recycleView.Adapter with list adapter and optimised code of adater. Use lazy instead of lateinit for adapter because we need immutable adapter.

sidsharma2002 commented 2 years ago

Hi Rohit thanks for your contribution. Please have a look at the review changes that I left for you, also please rebase your branch with master as I have did some changes

rohitjakhar commented 2 years ago

Hi Rohit thanks for your contribution. Please have a look at the review changes that I left for you, also please rebase your branch with master as I have did some changes

All are done.