mardi 11 août 2015

How to Increment an int every day using a service in Android

I have a project that needs to keep track of how many days it has been since an object has been created. I have a SQLite database which has a column for this, but I do not know how to increment this column. How do I create a Service to increment this database column by one at some fixed time everyday?

Aucun commentaire:

Enregistrer un commentaire