¿レイアウトインフレータの意味は何ですか? ¿あなた自身の言葉で私を説明できますか? ありがとうございました
mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = mLayoutInflater.inflate(R.layout.list_item, null);
¿レイアウトインフレータの意味は何ですか? ¿あなた自身の言葉で私を説明できますか? ありがとうございました
mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = mLayoutInflater.inflate(R.layout.list_item, null);