Android常用组件整理

Android常用组件整理:(大牛们写的组件)

1.城市选择、定位、搜索及右侧字母导航,类似美团 百度糯米 饿了么等APP选择城市功能

地址:https://github.com/zaaach/CityPicker



2.日历组件

地址:https://github.com/traex/CalendarListview


3.任意层级树

地址:https://www.cnblogs.com/bdsdkrb/p/5841468.html(没有完整源码)

源码:(自己整理的)https://download.csdn.net/download/silence_sep/10438894

扫描二维码关注公众号,回复: 1123750 查看本文章


4.可上拉刷新,下拉加载的RecyclerView

地址:https://github.com/limxing/LFRecyclerView-Android


猜你喜欢

转载自blog.csdn.net/silence_sep/article/details/80459396