android框架记录
//侧滑删除menu
implementation 'com.github.anzaizai:EasySwipeMenuLayout:1.1.4'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.42'
pdf开源库:
https://github.com/wdeo3601/PDFView/
eventbus的简单封装:
Android EventBus 的基本封装(二) - 简书 (jianshu.com)
Banner:
implementation 'com.youth.banner:banner:1.4.10'
富文本:
https://github.com/CarGuo/GSYRickText
android自定义流式布局(仿淘宝历史记录标签)
https://www.jianshu.com/p/1df3e4da1e1d
Android仿淘宝添加商品时属性规格popupwindow
https://www.jianshu.com/p/d0aa1d46f12e?utm_campaign=shakespeare
自定义view实现倒计时 CountDownView
https://www.cnblogs.com/blogzhangwei/p/16422281.html
Android ListView列表实现倒计时
https://www.jb51.net/article/170470.htm
解决Android-RecyclerView列表倒计时错乱问题
https://www.cnhackhy.com/108716.htm
Android 用 RecyclerView 实现倒计时列表功能
https://www.jianshu.com/p/b60186516903
可以用sparsearray装textview,定时器每发生一次改变,就去遍历textview通过tag记录改变其值。
recyclerview切换宫格:https://github.com/gjiazhe/LayoutSwitch
http://www.see-source.com/androidwidget/detail.html?wid=1190
视频播放器:
1) https://gitee.com/ekber/GSYVideoPlayer
implementation 'com.shuyu:GSYVideoPlayer:7.1.3'
<com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer
android:id="@+id/player"
android:layout_width="match_parent"
android:layout_height="match_parent" />
进度条:
Github地址: https://github.com/liys666666/LProgressView
https://www.jianshu.com/p/b7a6f6443b01
compile 'com.white:progressview:1.0.0'
http://www.see-source.com/androidwidget/detail.html?wid=1348
com.zhl.cbprogressbar.view.CBProgressBar
http://www.see-source.com/androidwidget/detail.html?wid=923
compile 'com.moos:Material-ProgressView:1.0.1'
http://www.see-source.com/androidwidget/detail.html?wid=1669
compile 'com.liulishuo.magicprogresswidget:library:1.0.8'
http://www.see-source.com/androidwidget/detail.html?wid=679