-2

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

Malavan
  • 789
  • 7
  • 27

1 Answers1

1

You can use android SharedPreferences

For more details see below links:

SharedPreferences

Android - Shared Preferences - tutorialspoin

FarshidABZ
  • 3,860
  • 4
  • 32
  • 63