Android开发中实用的开源库
1,fastjson
Fastjson是一个Java库,可用于将Java对象转换为其JSON表示。它还可用于将JSON字符串转换为等效的Java对象。Fastjson可以处理任意Java对象,包括您没有源代码的预先存在的对象。
https://github.com/alibaba/fastjson
2,SwipeBackLayout
手势滑动
https://github.com/bingoogolapple/BGASwipeBackLayout-Android
3,StatusBarUtil
状态栏工具类(实现沉浸式状态栏/变色状态栏)
https://github.com/laobie/StatusBarUtil
4,BGAProgressBar-Android
带百分比数字的水平、圆形进度条
https://github.com/bingoogolapple/BGAProgressBar-Android
5,BGASwipeItemLayout-Android
类似iOS带弹簧效果的左右滑动控件,可作为AbsListView和RecyclerView的item。支持给BGASwipeItemLayout和其子控件设置margin和padding属性
https://github.com/bingoogolapple/BGASwipeItemLayout-Android
6,BGARefreshLayout-Android
BGARefreshLayout-Android 可以对各种控件实现多种下拉刷新效果、上拉加载更多以及配置自定义头部广告位
https://github.com/bingoogolapple/BGARefreshLayout-Android
7, SmartRefreshLayout
Android智能下拉刷新框架
https://github.com/scwang90/SmartRefreshLayout
8,Butter Knife
Android视图的字段和方法绑定,使用注释处理为您生成样板代码。
网友评论