I'm developing some apps, I need store the count of absents student for last day. I don't want to mess up with database. I need a way to store a integer and retrieve it after its next launch. Kindly help me
Asked
Active
Viewed 55 times
-2
-
2I would recommend you read up here: https://developer.android.com/guide/topics/data/data-storage.html – Danieboy Feb 28 '17 at 14:18
-
2heard anything about shared preferences? – Vishwajit Palankar Feb 28 '17 at 14:19
-
3Possible duplicate of [Shared Preferences vs Database](http://stackoverflow.com/questions/4988051/shared-preferences-vs-database) – Al Lelopath Feb 28 '17 at 14:21