Possible Duplicate:
Andriod: Inflate listview using its android:id
With regard to the following qn : Android Custom Listview I would like to know how the following statement:
convertView = inflater.inflate(R.layout.listitem_row, null);
can be implemented if the contents of listitem_row.xml are part of a larger xml file. i.e., i only want to inflate this specific part of the larger xml file. Thanks.