Viewing a list with customizing the layout of the string and the base adapter in android

I create ListView. I created two XML files, in the first I created a layout, and in the Second xml file - ListView. I want the first layout to be applied to the ListView row.

+1
source share
1 answer

This is possible with BaseAdapter and ListView . I found a very impressive explanation for your problem. Please look at this URL

View image list

+1
source

All Articles