Posts by Thiago Pereira • 3 points
1 post
-
0
votes1
answer32
viewsQ: Crash app when trying to save a file using Objectoutputstream
Mainactivity is like this: turma.alunos.add(Aluno("Weslley", "123")) turma.alunos.add(Aluno("Thiago", "1235")) turma.alunos.add(Aluno("Thayane", "1234")) turma.alunos.add(Aluno("Kelvin", "1253"))…