您的位置:首页 > 移动开发 > Android开发

一个android项目所常用的开源库

2016-01-07 13:04 537 查看
1. 通用适配器Base-adapter-helper
地址:https://github.com/JoanZapata/base-adapter-helper
免去了写adapter和ViewHolder的烦扰。

2. 水平进度条SmoothProgressBar

项目地址:https://github.com/castorflex/SmoothProgressBar

Demo地址:https://play.google.com/store/apps/details?id=fr.castorflex.android.smoothprogressbar.sample

3. 下拉刷新和上拉加载PullToRefresh

下载地址:https://github.com/chrisbanes/Android-PullToRefresh

支持:

1.ListView 2.ExpandableListView 3.GridView 4.WebView

4.侧滑菜单SlidingMenu

5. Universal-Image-Loade

6. android-wheel

代码地址https://github.com/maarek/android-wheel
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: