I put in 2 texts then pressed save and saving internal storage. Press List button reading List.java there are saving data's in list. so I pressed MainActivity button and i put in 2 texts again. But this time List.java's previous data has lost. Only one row data's in listview. How can i fix this problem. I want to dynamically add 2 items in internal storage in listview. How to save internal storage via custom adapter in android list
Thanks for help.