CSDN、Github等优秀资源(持续更新)

1.GitHub中优秀的开源库
https://github.com/Mr-XiaoLiang/LView-AS //折线
https://github.com/dongjunkun/BannerLayout //自动轮播
https://github.com/avast/android-butterknife-zelezny //自动生成findViewById
https://github.com/duzechao/OKHttpUtils
https://github.com/envyfan/AndroidReview//复习
https://github.com/zjutkz/PowerfulRecyclerView
https://github.com/LitePalFramework/LitePal//数据库
https://github.com/google/agera
https://github.com/tyzlmjj/AndroidUI/tree/master/StatusBar //沉浸式状态栏
https://github.com/litesuits/android-common //一系列通用类、辅助类、工具类的集合
https://github.com/Aspsine/SwipeToLoadLayout //上拉、下拉刷新
https://github.com/android-cjj/Android-MaterialRefreshLayout
https://github.com/dinuscxj/RecyclerRefreshLayout //RecyclerRefreshLayout
https://github.com/JZXiang/TimePickerDialog //时间选择器
https://github.com/sfsheng0322/StickyHeaderListView //功能强大的StickyHeaderListView:标题渐变、吸附悬停、筛选分类、动态头部等
https://github.com/stefanjauker/BadgeView //An extended TextView that mimics the iOS Springboard ‘badges’. It can be overlaid on any other item.
https://github.com/androidyue/DroidScripts //日常开发的脚本
https://github.com/FreedomZZQ/YouJoin-Android //这个repo是YouJoin社交平台的Android客户端
https://github.com/google/ExoPlayer //An extensible media player for Android
https://github.com/pili-engineering/PLDroidPlayer //适用于 Android 平台的音视频播放器 SDK
https://github.com/cost1121/sinavideo_playersdk
https://github.com/android-cjj/Android-MaterialRefreshLayout // it is more beautiful and powerful than SwipeRefreshLayout
https://github.com/ogaclejapan/SmartTabLayout
https://github.com/saiwu-bigkoo/Android-PickerView //一二三级联动效果
https://github.com/zaihuishou/ExpandableRecyclerview //收缩 扩展Recyclerview
https://github.com/FelixLee0527/ZhiMaScoreCurve //支付宝芝麻分曲线图
https://github.com/AndSync/XPermissionUtils //权限处理
https://github.com/mcxtzhang/ZLayoutManager //Some custom LayoutManager .Such as SwipeCard、FLowLayout 卡片层叠 和流式布局等
https://github.com/Curzibn/Luban //压缩图片
http://www.jianshu.com/p/6b658c8802d1 //Android开源库V - Layout:淘宝、天猫都在用的UI框架
https://github.com/yhaolpz/SlideAdapter //一句代码搞定 RecycleView 侧滑菜单、添加头部底部、加载更多
https://github.com/dkzwm/SmoothRefreshLayout//一个高效的Android刷新库
2.CSDN中优秀的博客
http://blog.csdn.net/lmj623565791/article/details/51118836//为RecyclerView打造通用Adapter 让RecyclerView更加好用
http://www.cnblogs.com/wytiger/
http://blog.csdn.net/chaoyue0071/article/details/43450091 //蓝牙
http://blog.csdn.net/singwhatiwanna/article/details/17201587 //使用ViewPager+Fragment来实现带滚动条的多屏滑动-IndicatorFragmentActivity
http://blog.csdn.net/lmj623565791/article/details/42628537 //Android Fragment
http://blog.csdn.net/chenyk_kevin_1/article/details/52162193 //以友盟为例在Android Studio利用gradle进行多渠道打包和apk签名发布
http://blog.csdn.net/u013653230/article/details/52852188 //Android TextView显示表情图片、标签、超链接

3.AndroidChina中优秀的博客
http://www.androidchina.net/4183.html //RecyclerView与CardView的使用
http://www.androidchina.net/2452.html //数据库
http://www.androidchina.net/3447.html //键盘的显示控制、网络检查、网络监测
http://www.androidchina.net/4918.html http://www.androidchina.net/5236.html //AndroidStudio好用的插件
http://souly.cn/%E6%8A%80%E6%9C%AF%E5%8D%9A%E6%96%87/2016/02/25/android%E5%88%86%E5%8C%85%E5%8E%9F%E7%90%86/ //分包
http://www.androidchina.net/5330.html //优秀开发资源
http://www.androidchina.net/6360.html //Android应用瘦身
4.其他
http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0504/4208.html //Retrofit2 完全解析
探索与okhttp之间的关系
http://gank.io/post/560e15be2dca930e00da1083 //RxJava
http://gdky005.com/ 优秀的博客
http://blog.zhaiyifan.cn/?from=inf&wvr=5&loc=infblog
https://www.zhihu.com/question/32298079 //as中使用svn
https://github.com/getlantern/forum //免费访问被屏蔽的国外网站
http://www.2cto.com/kf/201608/542849.html //卡片式的ViewPager
https://mp.weixin.qq.com/s/rtOMgjerXX1JcSjzeNOPJw //Rxjava等
RxJava2 学习资料
https://yq.aliyun.com/articles/59050 //利用Poplayer在手淘中实现稳定业务和临时业务分离
5.AndroidStudio快捷键
这里写图片描述

keytool -list -v -keystore keystore.jks
发布版SHA1:21:E5:15:11:2C:41:AB:D9:C1:26:0A:46:CA:8E:1D:E7:6D:EA:B1:9C
开发版SHA1:51:3A:F8:9F:F3:6F:20:E8:74:62:06:F0:53:CB:E1:33:2A:81:27:C2
6.git使用
cd
git add .
git commit -m “更新注释”
git push
7.查看运行时崩溃日志
adb logcat -v time -s AndroidRuntime
data/system/dropbox //里面有crash、anr等
8.优秀的个人博客
http://blog.csdn.net/jdsjlzx //一叶飘舟
http://www.gcssloop.com/#blog
http://weishu.me/ //田维术
https://github.com/francistao/LearningNotes //陶程
https://tech.meituan.com/
http://www.flysnow.org/
https://zhuanlan.zhihu.com/p/20687178 RxJava详解
http://weishu.me/

发布了40 篇原创文章 · 获赞 37 · 访问量 9万+

猜你喜欢

转载自blog.csdn.net/sanyang730/article/details/51491801