问题
I am creating a ListView
. I have created two XML files, in the first one I created a layout, and in the Second xml file - a ListView. I want first layout to be applied to the ListView row.
回答1:
This possible using BaseAdapter and ListView. I found a very impressive explanation about your issue .Please have a look on this URL
List View With Images
来源:https://stackoverflow.com/questions/5649872/list-view-with-customize-row-layout-and-base-adapter-in-android