Posts by David Reis • 15 points
2 posts
-
0
votes1
answer74
viewsQ: Where is my mistake?
I’m playing a little game on Android very simple, but I’m having problems with the interface. I created the xml interface, and I set the java class corresponding to it (setContentView...), until…
-
1
votes1
answer821
viewsQ: How to modify an object attribute in an Arraylist?
I created a ArrayList(objetoQueCriei), and would like while running the program to change the value of the attributes of these objects in the array. Have some command to do this? I tried to use the…