随笔(三十五)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_27073205/article/details/85264396

Android Monitor工具详解大全

https://mp.weixin.qq.com/s/kcbEto2ljhhCSNknIWtbzA

https://persons.shgjj.com/
2.
两年沉淀,我的开源项目已上线!

https://blog.csdn.net/guolin_blog/article/details/84886691
3.
activity已经销毁判断

if (activity == null || activity.isDestroyed() || activity.isFinishing()) {
DebugUtil.e(tag, msg);
return;
}
4.
Android 状态栏沉浸 图片问题

https://bbs.csdn.net/topics/391070647
4.
setWillNotDraw();方法的使用

https://blog.csdn.net/jijiaxin1989/article/details/42237401
5.
Android自定义View的实现方法,带你一步步深入了解View(四)

https://blog.csdn.net/guolin_blog/article/details/17357967
7.
Java得到下一天日期

https://www.cnblogs.com/MasterE/p/6598311.html
8.https://www.jianshu.com/p/98f2fcfb0e22
Android在开发中的使用技巧之解决ScrollView嵌套RecyclerView出现的系列问题

ScrollView中嵌套recycleView 出现的不显示,显示不全,终极解决方案

https://www.cnblogs.com/woaixingxing/p/6098726.html
FullyLinearLayoutManager

Android recycleView 的一些优化与相关问题

.recyclerView.setHasFixedSize(true);

https://segmentfault.com/a/1190000011553735
9.
Android自定义Toast

https://blog.csdn.net/zhangweiwtmdbf/article/details/30031015
https://github.com/JohnPersano/SuperToasts

猜你喜欢

转载自blog.csdn.net/qq_27073205/article/details/85264396
今日推荐