Android 开发中遇到的问题,但百度解决了记录

前言

开发中难免遇到一些问题,因为公司制度原因,电脑不能上传敏感信息、不能外带,博客记录比较方便,该篇幅会持续更新,后续整理完成会添加目录~

SSH方式拉取代码,user目录生成.ssh后拉去代码没有配置config文件报错
https://blog.csdn.net/BlueGoDisplay/article/details/120948696

https://www.runoob.com/w3cnote/restful-architecture.html
https://blog.csdn.net/Milogenius/article/details/80247079
Android修改状态栏颜色全方位教程(这个吊!这个吊)
https://www.jianshu.com/p/932568ed31af

查看Android证书指纹信息
https://www.jianshu.com/p/d6593bfc2eb4

动手撸一个ARouter (ARouter源码分析)
https://www.jianshu.com/p/efc43c04309c

Android Gradle 插件版本说明
https://developer.android.google.cn/studio/releases/gradle-plugin.html#updating-plugin

Android 之 设置EditText最大可输入字符
https://blog.csdn.net/feimor/article/details/6656898

Android使用代码为textview设置drawableLeft或drawableRight
https://blog.csdn.net/jky_yihuangxing/article/details/78490730

写了那么多Android布局,你知道elevation属性吗
https://www.jianshu.com/p/c1d17a39bc09

android的CountDownTimer开始时间不准或者不能倒计时到0的一种解决思路
https://blog.csdn.net/u010898329/article/details/75005814

Android 面试总结 - ViewModel
https://blog.csdn.net/u012885461/article/details/118073987?spm=1001.2014.3001.5501

Androidx常用依赖,整理对照
https://www.jianshu.com/p/dc0218600ecf

Android 与 JS 交互数据上限(Base64图片传输问题)
https://blog.csdn.net/chy555chy/article/details/102979014

Android - requestDisallowInterceptTouchEvent() 阻止父层的View截获touch事件(事件处理机制)
https://my.oschina.net/u/920274/blog/3065244

Android 判断触摸点是否在某个view内部,解决子childView与parentView的touch事件冲突
https://blog.csdn.net/u010886975/article/details/70638408

详解7.0带来的新工具类:DiffUtil
http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0924/6637.html

Android SwipeRefreshLayout控件
https://blog.csdn.net/chennai1101/article/details/106715060/

Android系列之GreenDao基本使用(增、删、改、查)(一)
https://blog.csdn.net/bicheng4769/article/details/105118052
https://blog.csdn.net/jifenglie/article/details/102802151

Android中的DrawRect()参数解析
https://blog.csdn.net/jeffdeen/article/details/50000151

Android自定义View如何实现加载进度条效果?
https://www.yisu.com/zixun/207720.html

ANDROID中HANDLER使用浅析
https://www.cnblogs.com/panhouye/p/6494753.html

Android开发之IntentService
(https://www.cnblogs.com/chorm590/p/13255031.html)

ItemDecoration解析(二) onDraw onDrawOver
https://www.jianshu.com/p/6a093bcc6b83

Android FileProvider详细解析和踩坑指南
https://blog.csdn.net/wxz1179503422/article/details/84874171

绘制RecyclerView的分隔线
https://www.jianshu.com/p/febc4eb4ca5c

Android获得控件在屏幕中的绝对坐标
https://blog.csdn.net/ys743276112/article/details/51396319

AndroidManifest合并原理
https://www.open-open.com/lib/view/open1455598198026.html

android内部搜索控件下的子控件。比如:在某个VIEW对象里(LinearLayout)中 循环所有控件
https://blog.csdn.net/zhaokai621/article/details/51654892

彻底理解android中的内部存储与外部存储
https://blog.csdn.net/u012702547/article/details/50269639

Android 动态权限适配方案总结
https://blog.csdn.net/yuguqinglei/article/details/80375702

Android View 深度分析requestLayout、invalidate与postInvalidate
https://blog.csdn.net/a553181867/article/details/51583060

Android 软键盘的全面解析,让你不再怕控件被遮盖
https://blog.csdn.net/wangwangli6/article/details/77053479

【需求解决系列之三】Android 自定义可展开收回的ExpandableTextView
https://blog.csdn.net/u010998327/article/details/82219300

Android getResources().getConfiguration()方法的作用
https://blog.csdn.net/qq_35427437/article/details/85988493

remote: HTTP Basic:Access denied fatal:Authentication failed for
https://www.jianshu.com/p/82426e4ca9d0

你可能感兴趣的:(Android 开发中遇到的问题,但百度解决了记录)