# android-others-libs **Repository Path**: studyrepros/android-others-libs ## Basic Information - **Project Name**: android-others-libs - **Description**: android开发中常用的开源库 - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # android-others-libs #### 项目介绍 android开发中常用的开源库 #### 开源列表 1. 4.4以上沉浸式状态栏和导航栏实现以及Bar的其他管理 https://github.com/gyf-dev/ImmersionBar 2. 图片轮播轮子 https://github.com/youth5201314/banner 3. 开关按钮 https://github.com/kyleduo/SwitchButton 4. 下拉刷新 https://github.com/lcodecorex/TwinklingRefreshLayout、https://github.com/scwang90/SmartRefreshLayout ``` //省市区三级联动城市选择器 compile 'liji.library.dev:citypickerview:0.4.0' //头像选择,拍照或者相册 compile 'liji.library.dev:takephotolib:1.0.2' //图集功能,缩放 compile 'liji.library.dev:imagezoom:1.2.1' //圆形图片加载 compile 'liji.library.dev:circleimageview:0.1.0' //多行单选checkbox compile 'liji.library.dev:multilinechooselib:1.4.0' //封装焦点图 compile 'com.bigkoo:convenientbanner:2.0.5' //KLog日志打印 compile 'com.github.zhaokaiqiang.klog:library:1.5.0' ```