0

Can someone help?

I'm trying to code an Android app that is a choose your own adventure game, the only problem is if you close the game, and reopen it the app forgets all choices and you need to start again!

25th Nov 2016, 7:21 AM
Connor
1 Odpowiedź
+ 3
You have to store data some where. When a program or an app run, its data store in ram. But when they close. Ram delete their data. If you not store your data it will deleted. Use SQLite it is used for data storing in android app. Learn how to implement it. Hope it helps you
25th Nov 2016, 7:49 AM
Aditya kumar pandey
Aditya kumar pandey - avatar