Posts by vitu • 11 points
3 posts
-
1
votes1
answer35
viewsA: Open Activity by clicking an item in a custom listview
got it this way switch (position) { case 0: campeoes a1 = (campeoes) listview.getItemAtPosition(0); Intent it = new Intent(campeoes.this, campeoes.class); it.putExtra("a1", position);…
-
0
votes1
answer35
viewsQ: Open Activity by clicking an item in a custom listview
I created a custom listview, it’s all right, I tried it here but it’s not right, I wanted to implement the click on an item, but since it’s custom listview maybe it’s something different, I’m a…
-
0
votes2
answers456
viewsQ: Open an Activity by clicking an item in a list view
I’m a little lost already, I want that when click on an item in the list it opens another Activity, but only with Toast... I’m beginner so if you can help me thank. public class estatisticas extends…