Posts by Ruan Marcos • 1 point
1 post
-
0
votes1
answer57
viewsQ: Android - Arraylist is not being filled
I created a code with a contact class public class Contato { private String nome; private Integer foto; private String ramal; private String setor; private String email; public Contato(String nome,…