用户在数据库中输入值....现在我希望他可以选择随着时间的推移重复自动插入,即每 10 天、每 30 天等...我该怎么做?我可以使用 SharedPreferences 什么的?
问问题
172 次
1 回答
0
You could use AlarmManager to that time. Once the alarm is raised. Insert your data. Moreover when the alarm is raised check preference to set the next alarm.
于 2013-11-10T16:32:41.700 回答