Android Question Create 1 label for each Item in the ListView

Matteo Granatiero

Active Member
Licensed User
I need to create a label for every listview item, and above all this label will be positioned for each item at a certain distance. So it will be like a label to the ListView next door. And the text of the Label must be the same as the text of the Item in the ListView. Thanks in advance
 

Peter Simpson

Expert
Licensed User
Longtime User
Dynamically generating view is relatively simple to do. Look at the code in this game from Erel, it dynamically generates buttons so you can learn from it to create labels...
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…