My app has 10 activities, each activity has some editText submit button and one listview, when the user clicks on submit button I want to add the value of editTexts into listview. I also want to save those values so that when user reOpen app he/she can access his previous data.
I tried to save those values in sharedPreferences but it is not working with more than 1 activity.
I have also thought to save those values in sqlite database but it is very long operation
ANY Solutions....