Showing posts with label Add different view in every row of a ListView I have a ListView with custom row layout. Basically right now they show two labels. Show all posts
Showing posts with label Add different view in every row of a ListView I have a ListView with custom row layout. Basically right now they show two labels. Show all posts
on Friday, September 5, 2014


I have a ListView with custom row layout. Basically right now they show two labels, but now I need to add a dynamically customView of ImageView + label in every single row. For example, I can have a row with 2 labels, a row with 2 labels + n*(ImageView + anotherLabel). How can I manage that?