I have a list view with over 100 items. Each of these items show description when clicked on them. The problem is that I don’t want over a hundred activities to display the description of each item instead I want to implement a single activity which refreshes the whole view and sets it to the new data depending upon the item clicked.How can I achieve this?
Thank you.
I have a list view with over 100 items. Each of these items show
Share
try like this