I have about 16 variables in which the values need to be saved for later recall / editing. I’ve tried SQLite Database, since I am a novice at Android, it is just too hard for me. I will have to come back to SQL later. Are there any other ways to store these values for later recall / editing? Thank you! Maybe link me to a tutorial if possible? 🙂
Share
You might try using SharedPreferences.