Android LayoutInflater和findViewById 源碼詳解
LayoutInflater大家很熟悉,簡單點說就是布局文件XML解析器,setContentView函數也是調用了LayoutInflater 用法: View view = LayoutInf ...
LayoutInflater大家很熟悉,簡單點說就是布局文件XML解析器,setContentView函數也是調用了LayoutInflater 用法: View view = LayoutInf ...