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.
I am creating a ListView . I have created two XML files, in the
Share
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