0

In my application for every launch, i want to sync data in my DB only if the last sync had happened before "x" hours. I want this parameter as configurable. Like it should be possible to set as 24 hours and later change whenever needed.

Where can i keep this parameter ? or what is the right way of handling this requirement.

thanks in advance

1 Answers1

0

SharedPreferences

http://developer.android.com/reference/android/content/SharedPreferences.html

K-ballo
  • 80,396
  • 20
  • 159
  • 169