1. 首页
  2. 数据库
  3. 其它
  4. RecyclerView的简单纵向动态使用

RecyclerView的简单纵向动态使用

上传者: 2021-01-04 03:11:55上传 PDF文件 175.5KB 热度 9次
RecyclerView的简单纵向动态使用 Adapter.java: public class Adapter extends RecyclerView.Adapter{ private static final String TAG = Adapter.class.getSimpleName(); private List mList = new ArrayList(); private Context mContext; public Adapter(Context context) { mContext = context;
下载地址
用户评论