.Difference between recyclerView and recyclerListView. recyclerListView is ListView?? or both are same?
-
2Possible duplicate of difference between android.support.v7.app.AlertController.RecycleListView and android.support.v7.widget.RecyclerViewxskxzr– xskxzr2018-03-05 05:25:44 +00:00Commented Mar 5, 2018 at 5:25
-
1You may refer this : stackoverflow.com/questions/26728651/recyclerview-vs-listviewHemdip– Hemdip2018-03-05 05:26:09 +00:00Commented Mar 5, 2018 at 5: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– Amit Sharma2018-03-05 05:37:07 +00:00Commented Mar 5, 2018 at 5:37
-
stackoverflow.com/questions/43157529/…Jaks Blackhat– Jaks Blackhat2020-06-23 19:13:00 +00:00Commented Jun 23, 2020 at 19:13
Add a comment
|