Posts by Gabriel Rossetto • 5 points
2 posts
-
0
votes1
answer276
viewsQ: Why is my Listview showing just one line?
I have a Listview but only one line is appearing, and I am registering 5 data (item 1, item 2...) Does anyone know what’s going on and what I can do? Java activity. public class…
-
0
votes1
answer313
viewsQ: Error when trying to open a new Activity
Well, I have the MainActivity which has two buttons, I’m trying to do something simple: When you click one, go to a Activity, when you click on another, go to another Activity. This is the…