I am having a listview and each row is having an image, some textviews.
Now, some of the rows will not be having some textviews depends upon the conditions in the code.
I am using viewHolder for this, so when I am applying condition for visibility, these options get disappear in the rows where they should appear.
How can I achieve this ?