Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.07 KB

base_component_learn

这里是在做项目过程中使用的一些基础组件或者是自定义出来的一些通用控件,方便以后遇到相同功能的组件能够快速找到合适的,整理在这里。 注意:down下来的项目如果无法在Android studio中找到直接运行的项目,需要在根目录的settings.gradle中添加进去即可

gradient_learn --- gradient属性学习,包括静态xml设置和动态java代码添加

dynamic_layout_learn/bouncetest --- 动态布局学习

startactivity_learn --- startActivityForResult学习例子

BRVAH_learn --- recyclerView的封装例子demo

verticalscrolltext --- 自动轮播TextView

circle_small_big 头像闪动轮播--自定义FlashAvaterView

diffut RecyclerView配合DiffUtil实现局部刷新

smart_learn SmartRefreshLayoutt实现上拉刷新、下拉刷新RecyclerView

dialog_learn 自定义Dialog学习

self_divider --- 自定义万能分割线

get_excel_values 获取Excel表格中指定行列值

progressbar 自定义圆形progressBar

smart_learn_refresh_self_define smartRefreshLayout 自定义学习