List view with customize row layout and base adapt

2019-07-23 14:36发布

问题:

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