What is alertcontroller.recyclelistview

What is alertcontroller.recyclelistview? How is it different from Normal RecyclerView and what are the new features and how to use it?

+6
source share
1 answer

According to other questions asked from the link below, the RecyclerListView is an inner class that is not intended to be used except for code for other classes. I cannot find any document on this at developer.android.com . Hope it clears up a bit.

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

android.support.v7.app.AlertController.RecycleListView android.support.v7.widget.RecyclerView

+4

Source: https://habr.com/ru/post/1015090/


All Articles