0

When my app is running it receives a number(id) that it's used for a notification.

I need to save this number for when i reopen the application, the number can be retrieve, and the application doesn't trow a notification of the same id.

Any suggestions on how to do this will be appreciated?

BAcevedo
  • 105
  • 3
  • 12

1 Answers1

0

You can use SharedPreferences http://developer.android.com/reference/android/content/SharedPreferences.html for saving data. saved data can be retrieve from SharedPreferences

Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50