Posts by Italo Teixeira • 13 points
1 post
-
1
votes1
answer341
viewsQ: Pass the name of the item clicked on Listview Android
I have a code that I get the ID of the item clicked on ListViewand step into another Activity, but I would like to get the name clicked and not the ID. My code: if (controle != null) {…