.Difference between recyclerView and recyclerListView. recyclerListView is ListView?? or both are same?
Asked
Active
Viewed 5,544 times
10
-
2Possible duplicate of [difference between android.support.v7.app.AlertController.RecycleListView and android.support.v7.widget.RecyclerView](https://stackoverflow.com/questions/43157529/difference-between-android-support-v7-app-alertcontroller-recyclelistview-and-an) – xskxzr Mar 05 '18 at 05:25
-
1You may refer this : https://stackoverflow.com/questions/26728651/recyclerview-vs-listview – Hemdip Mar 05 '18 at 05:26
-
I know difference between listView and recyclerView. I have android 2.3.3, when i extend recyclerView in my Java class it always pick recyclerListView instead of recyclerView, i already implement recyclerView in my gradle file. I only want to know can i use recyclerListView instead of recyclerView? – Amit Sharma Mar 05 '18 at 05:37
-
https://stackoverflow.com/questions/43157529/difference-between-android-support-v7-app-alertcontroller-recyclelistview-and-an – Jaks Blackhat Jun 23 '20 at 19:13