发表评论取消回复
相关阅读
相关 ArrayBlockIngQueue源码原理用法解析
rrayBlockIngQueue的类结构 ![70][] 如图所示,ArrayBlockingQueue内部有个数组items用来存放队列元素,putindex下标...
相关 Android TransitionManager源码解析
通过上篇文章[Android 使用TransitionManager来方便地实现过渡动画][Android _TransitionManager] 我们知道了Transit
相关 Android BlockCanary源码解析
BlockCanary是什么 非侵入式的性能监控组件 BlockCanary的作用 发现UI卡顿问题(平时ANR时候我们才能获取到当堆栈的信息) UI卡顿原理
相关 Android EventBus源码解析
EventBus概述和优点 1.Android事件发布、订阅框架 2.事件传递可用于Android四大组件间通讯 3.简洁,使用简单,并将事件的发布和订阅充分解耦
相关 android sdk 源码解析
AndroidSdkSourceAnalysis:[https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis
相关 Android-Fragment源码解析
UML类图 ![fragment_uml.png][] 主要类含义介绍 FragmentController FragmentController为Fr
相关 android inflate源码解析
在开发中,我们经常使用Layoutinflater对象的inflate()方法,他是将xml布局文件实例化为一个view; 关于infalte使用: 我们常见的有两种:
相关 android inflater详解以及源码解析
1.在开发中,我们经常需要使用到LayoutInflater,通过该对象的Inflate()方法,将一个layout布局文件实例化为view 2.inflate()方法的使用
相关 Android Arch LifeCycle用法详解与源码解析
自从Google IO 大会提出 Android Architecture Components,越来越多的使用组件加入其中。其中 Handling lifecycles
相关 CircleImageView用法及源码解析
[CircleImageView用法及源码解析][CircleImageView] [CircleImageView]: https://blog.csdn.net/l
还没有评论,来说两句吧...