Posts by Flavio Henrique • 11 points
1 post
-
1
votes0
answers706
viewsQ: How to pass an object to another Activity
public class Despesa { private long id ; private Date data; private String local; private String endereco ; private String cnpj ; private LinkedList <Item> itens; private String URL ; public…