首页
首页
沸点
课程
直播
活动
竞赛
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Alyeska
掘友等级
Android
make things simple
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
赞
227
文章 227
沸点 0
赞
227
返回
|
搜索文章
最新
热门
show me some jvm interview questions and answers
Sure! Here are some commonly asked JVM (Java Virtual Machine) interview questions and answers: What
性能优化中可以用到的开源库
Device Year Class github.com/facebook/device-year-class Device Year Class会告知当前设备的内存,CPU核和时钟频率在哪一年的产
android windowInsets api
WindowInsetsCompat 相关api用法 沉浸式状态栏设置 状态栏黑白色模式 系统ui的展示与隐藏
一些ADB的命令
adb shell dumpsys activity adb push adb pull adb shell dumpsys package -h
关于IBinder和ContentProvider运行线程的问题
那么执行bindService返回的IBinder对象中的方法时,这个方法就运行在调用者所在的线程。 那么方法会被安排在系统维护的一个线程池中选一个线程中执行,这个线程存在于IBinder对象所在的进程,即远程Service进程中。 因为远程进程提供的binder调用可能会被多…
有关Handler中Message的处理过程
处理流程handler中处理message的来源有三个层级贴代码最直观,写出来就巩固下记忆
一个线程有一个 Looper
Looper类中的Looper.prepare中调用了 set方法 为当前线程存入一个对应的Looper. 然后key为ThreadLocal,value是 new出来的Looper对象。get方法流程对应类似。
关闭SqliteDatabase 的问题
A content provider is created when its hosting process is created, and remains around for as long as the process does, so there is no need …
Handler源码中如何实现Delay
大意是when还没到,阻塞,新的消息来了加入头部先去执行,等when到了再唤醒。
RecyclerView 缓存机制
RecyclerView 中缓存同意交给内部的一个叫Recycler的类来管理。 RecyclerBin中的scrapViews和activeViews缓存的是View. Recycler中,mScrap和mCache的两级缓存分别存放的是 显示的ViewHolder,和移出屏…
下一页
个人成就
文章被阅读
4,797
掘力值
140
关注了
122
关注者
1
收藏集
1
关注标签
18
加入于
2018-02-22