Posts by Jordan • 39 points
3 posts
-
1
votes1
answer50
viewsQ: Error when complilar app created in Android Studio
When inserting a ImageView, and try to run the app on the emulator, it displays the following message on the screen: **com.android.phone has stopped** , but that message disappears and it performs…
-
-1
votes2
answers906
viewsQ: Printing java Boolean attributes
Good morning! I’m starting now in java and I have the following question: "Why doesn’t the Boolean Tuition attribute appear for me to display the reported result?" Follow below the image of the…
-
0
votes1
answer101
viewsQ: How to display data in java Arraylist
How I list the information stored in an Arraylist in java? Follow the code for analysis. public class Main { public static void main(String[] args) { Aluno aluno = new Aluno();…