Save a listview when you close the application and retrieve it when you open it

0

I have a custom listview, where each element has 6 TextView and 3 buttons, and a LinearLayout with a background that changes color. I need to know what would be the best way to save all the listView at the time the app is closed and to be able to recover it when reopening it. I also need to know if there is any way to save the entire listView and not each TextView of each element separately. Thank you very much!

    
asked by Valen W. 24.08.2018 в 03:21
source

0 answers