摘要: add():Inserts the specified element at the tail of this queue. As the queue is unbounded, this method will never throw IllegalStateException or return 阅读全文
posted @ 2022-01-20 22:02 Leo的银弹 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 由于RecyclerView的onBindViewHolder()方法,只有在getItemViewType()返回类型不同时才会调用,这点是跟ListView的getView()方法不同的地方,所以如果想要每次都调用onBindViewHolder()刷新item数据,就要重写getItemVie 阅读全文
posted @ 2022-01-20 16:27 Leo的银弹 阅读(771) 评论(0) 推荐(0) 编辑