Android : Add different view in every row of a ListView

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?


0 comments:

Post a Comment