¿布局inflater是什么意思?¿你能用自己的话解释我吗?谢谢
mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = mLayoutInflater.inflate(R.layout.list_item, null);
答案 0 :(得分:0)
如果采用静态布局(使用图形布局编辑器创建)并创建可在运行时使用的视图对象
答案 1 :(得分:0)
Layoutinflater会在listview中为你的自定义行充气。它会随时动态创建并与不同的数据绑定。