【问题标题】:difference between android.support.v7.app.AlertController.RecycleListView and android.support.v7.widget.RecyclerViewandroid.support.v7.app.AlertController.RecycleListView 和 android.support.v7.widget.RecyclerView 的区别
【发布时间】:2017-04-01 13:32:02
【问题描述】:

我最近更新了我的 Android Studio 和 SDK。在新的 Android Studio 中,有android.support.v7.app.AlertController.RecycleListView。我熟悉android.support.v7.RecyclerView,所以我有点困惑这两者有什么区别。如果有人可以指导,那将不胜感激。

【问题讨论】:

    标签: android android-recyclerview


    【解决方案1】:

    RecycleListView 是一个不供外部使用的内部类。它在支持库中公开显示的事实可能是一个错误。

    您可以在常规(非 appcompat)版本中看到它是一个内部类 http://developer.oesf.biz/em/developer/reference/eggplant/com/android/internal/app/AlertController.RecycleListView.html

    编辑:旧链接不再可用。这是archive.org 版本:https://web.archive.org/web/20170604100431/http://developer.oesf.biz/em/developer/reference/eggplant/com/android/internal/app/AlertController.RecycleListView.html

    【讨论】:

    • 链接打不开
    猜你喜欢
    • 2017-07-06
    • 1970-01-01
    • 2016-01-25
    • 1970-01-01
    • 1970-01-01
    • 2014-10-18
    • 1970-01-01
    • 1970-01-01
    • 2017-02-01
    相关资源
    最近更新 更多