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

前端 未结 1 811
深忆病人
深忆病人 2020-12-17 08:12

I recently update my Android Studio and also SDK. In new Android Studio, there is android.support.v7.app.AlertController.RecycleListView. I am familiar with

相关标签:
1条回答
  • 2020-12-17 08:38

    RecycleListView is an internal class not intended for external use. The fact that it is showing up publicly in the support library is probably a mistake.

    You can see here in the regular (non-appcompat) version it is an internal class http://developer.oesf.biz/em/developer/reference/eggplant/com/android/internal/app/AlertController.RecycleListView.html

    edit: The old link is no longer available. Here is the archive.org version: https://web.archive.org/web/20170604100431/http://developer.oesf.biz/em/developer/reference/eggplant/com/android/internal/app/AlertController.RecycleListView.html

    0 讨论(0)
提交回复
热议问题