Posts by robson • 33 points
2 posts
-
3
votes2
answers548
viewsQ: How to create getter and Setter from Arraylist?
I am creating a question and answer game, with the attributes: question, correct answer and the ArrayList option (private ArrayList<String> opcao = new ArrayList<String>();). I need the…
-
0
votes0
answers28
viewsQ: How to implement a Gameview code within a class?(in java code for android)
I am new in java and I am developing a project, I have the following code below: Paint.setColor(Color.rgb(250, 0, 255)); canvas.drawCircle(Xa, ya, 10, Paint); Which I use in the Gameview draw method…