¿layout inflater 是什么意思?¿你能用你自己的话解释一下吗?谢谢
mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = mLayoutInflater.inflate(R.layout.list_item, null);
¿layout inflater 是什么意思?¿你能用你自己的话解释一下吗?谢谢
mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = mLayoutInflater.inflate(R.layout.list_item, null);