Android RecyclerView滑动删除及拖拽
一.使用的是别人封装好的SwipeRecyclerView
github链接
二.推荐博客
比较好的博客介绍该框架:
https://www.jianshu.com/p/a0a31dab11ee
三.需要准备的:
1.准备Item和对应的layout文件
package com.coolweather.android.list;
public class City {
private Integer id;
private String weatherId;
public Stri
原创
2020-06-18 19:47:20 ·
770 阅读 ·
0 评论