简介
类似探探,自定义卡片左右滑动删除
功能
1.类似 Tinder 的卡片效果
2.左右滑动删除卡片。
集成
下载模块包关联使用
依赖项 {
implementation fileTree(dir: ‘libs’, include: [‘*.jar’])
implementation project(‘:library’)
testImplementation ‘junit:junit:4.13’
}
2.maven引用
..
allprojects {
repositories {
mavenCentral()
}
}
..
依赖项 {
..
implementation ‘com.gitee.archermind-ti:swipecards:1.0.0’
..
}
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
全部0条评论
快来发表一下你的评论吧 !