1. 程式人生 > >View.inflate() 和 LayoutInflater.from(context).inflate()區別

View.inflate() 和 LayoutInflater.from(context).inflate()區別

View.inflate()原始碼截圖如下




LayoutInflater.from(context).inflate()原始碼截圖如下:



你會發現下面這個方法實現的地方不一樣罷了

LayoutInflater.from(context)

View.inflate() 原始碼幫你實現了

LayoutInflater.from(context).inflate()需要你自己實現

本文只代表博主個人想法和見解,如有錯誤歡迎指正,謝謝!