首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏tea9的博客

    安卓listview-adapter

    1.首先添加一个布局listview <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> //android:divider="@null"去掉listview分割线 <Lis

    56110编辑于 2022-07-16
  • 来自专栏小鄧子的技术博客专栏

    RecyclerView技术栈参考资料:

    另外我们还需要重写另一个方法,像ListView-Adapter那样,同样地告诉RecyclerView-Adapter列表Items的总数: public int getItemCount() 返回该

    2.1K10发布于 2018-08-20
领券