本文是 Systrace 系列文章的第一篇,主要是對 Systrace 進(jìn)行簡單介紹,介紹其簡單使用方法;如何去看 Systrace;如何結(jié)合其他工具對 Systrace 中...
本文是 Systrace 系列文章的第一篇,主要是對 Systrace 進(jìn)行簡單介紹,介紹其簡單使用方法;如何去看 Systrace;如何結(jié)合其他工具對 Systrace 中...
開始進(jìn)入Framework的源碼分析,在分析源碼之前,先來了解一下android系統(tǒng)啟動(dòng)的流程,如下圖所示: AMS介紹 AMS(Activity Manager Servi...
介紹 官方文檔[https://developer.android.google.cn/guide/topics/ui/layout/cardview] CardView 是...
介紹 官方學(xué)習(xí)文檔[https://developer.android.google.cn/topic/libraries/architecture/workmanager?...
一、介紹 官方學(xué)習(xí)文檔[https://developer.android.google.cn/topic/libraries/data-binding] DataBindi...
一、介紹 官方學(xué)習(xí)文檔[https://developer.android.google.cn/topic/libraries/architecture/viewmodel?...
在前面自定義View中簡單介紹了一下onTouchEvent()來處理點(diǎn)擊事件,這種處理對于單一的view來說或許問題不大,但在實(shí)際的工作中,這種情況比較少,大部分是組合的自...
Android View 雖然不是四大組件,但其并不比四大組件的地位低。而View的核心知識(shí)點(diǎn)事件分發(fā)機(jī)制則是不少剛?cè)腴T同學(xué)的攔路虎。ScrollView嵌套R(shí)ecycler...