Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is alertcontroller.recyclelistview

What is alertcontroller.recyclelistview ? How it differ from Normal RecyclerView and What are the new Features and How to use it ?

like image 375
Ajay Naik Avatar asked Feb 19 '17 04:02

Ajay Naik


1 Answers

According to other questions asked, links below, RecyclerListView is an internal class which is not intended for use other than a code block for other classes. I can't find any document about it in developer.android.com as well. Hope it clarifies a little bit.

Error inflating class android.support.v7.app.AlertController.RecycleListView

difference between android.support.v7.app.AlertController.RecycleListView and android.support.v7.widget.RecyclerView

like image 169
Matan Koby Avatar answered Oct 17 '22 02:10

Matan Koby