Posts by Giovanne • 41 points
1 post
-
4
votes2
answers2292
viewsA: How to save a list of elements with Shared Preferences
From API 11 onwards you can save the contacts using Set. With the contact list in hand just do the following: //Salvando private void saveContactList(ArrayList<Contatos> listaDeContatos){…