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?
Android : Add different view in every row of a ListView
on Friday, September 5, 2014
Labels:
a row with 2 labels + n*(ImageView + anotherLabel). How can I manage that?,
Add different view in every row of a ListView 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
0 comments:
Post a Comment