Android开发常用资料传送门 ~~

ViewPager
http://blog.csdn.net/wangjinyu501/article/details/8169924
精致UI布局
http://www.androidchina.net/1992.html
fragment 郭霖
http://blog.csdn.net/guolin_blog/article/details/8881711
点对点视频 anychat sdk
http://bbs.anychat.cn/forum.php?mod=viewthread&tid=193&extra=page%3D1
各类实用资料
http://www.open-open.com/lib/view/open1436262653692.html
Github上优秀的三方控件
http://www.cnblogs.com/hawkon/p/3593709.html
屏幕适配方案
http://blog.csdn.net/lmj623565791/article/details/45460089
网络框架
Retrofit2.0 Asynchttpclient
Gson解析json
图片框架
Glide(推荐) Picasso fresco(增加apk体积1.5-2.0m,但默认实现了圆角和两级的内存缓存+一级磁盘缓存,性价比最好)
.thumbnail(0.1f)//Glide压缩到指定倍数的方法
照片选择器
PhotoPicker GitHub
AlbumSelector 支持多种样式 的图片选择器,更好用一点。
https://github.com/lovetuzitong/MultiImageSelector
星星评分控件
系统自带(可以重写自定义) RatingBar
圆形椭圆形图片
RoundImageView
仿照qq消息侧滑
SwipMenulistView
图片压缩算法
http://blog.csdn.net/leechee_1986/article/details/25049243
自动轮播的bander
bga-bander https://github.com/bingoogolapple/BGABanner-Android
自适应的Tag管理布局控件
TagFlowLayout from github
国内大神博客汇集
http://www.zhihu.com/question/19775981
6.0权限问题解决方案
http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0830/3387.html
播放器或者直播
ijkplayer
直播平台
乐视云直播
内存泄漏检测工具 leakcanary
http://www.tuicool.com/articles/RvURJv

React-Native学习指南
http://www.tuicool.com/m/articles/zaInUbA

二维码扫描
https://github.com/yipianfengye/android-zxingLibrary

TabLayout做indactor 类似新闻客户端Tab的效果
http://blog.csdn.net/chenguang79/article/details/48804125
CoordinatorLayout的多种使用方式(类似魅族的应用商城动画效果)

     http://blog.csdn.net/xyz_lmn/article/details/48055919
     http://blog.csdn.net/aotian16/article/details/51985215

ORM(对象关系映射)GreenDao 数据库辅助框架
http://www.open-open.com/lib/view/open1438065400878.html

批量下载:okhttpUtils

方便的recycleradapter 辅助工具 from github
recyclerviewadapterhelper
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
http://blog.csdn.net/cym492224103/article/details/51171802
张鸿翔图片处理的一些干货
http://mp.weixin.qq.com/s?__biz=MzAxMTI4MTkwNQ==&mid=2650820998&idx=1&sn=c9670674dcfb71a24521e898776f234e&scene=4#wechat_redirect

UI给的图片进行压缩,TinyPng 可已经200K左右的图片压缩至40K
https://tinypng.com/
图片裁剪工具 CropUtils 圆形,方形
https://github.com/glassLake/CropUtils
仿微信的图片压缩工具,上传服务器 luban
https://github.com/Curzibn/Luban
Gif图片的处理
http://blog.csdn.net/hss01248/article/details/52155673
高斯模糊

    开源框架 NativeStackBlur
    https://github.com/Commit451/NativeStackBlur
    fresco封装好的高斯模糊处理
    https://github.com/wasabeef/fresco-processors

沉浸式状态栏
http://blog.csdn.net/guolin_blog/article/details/51763825

猜你喜欢

转载自blog.csdn.net/qq564045867/article/details/52450472