androidmodel-view-controllerandroid-recyclerview

What is model, view and controller in Android RecyclerView?


I use Model class, Adapter class and Activity while using a RecyclerView in android.

I wanted to know what is model, view and controller here and why ?


Solution