How to launch my app every day at some particular time?

淺唱寂寞╮ 提交于 2019-12-13 16:16:04

问题


I want to create an app which basicly, should launch itself at some particular time, do some stuff in background and after that kill itself.

I need a hint in which direction to move and what to read. I'm sorry for kinda dump question, but I'm a total beginner with android. So any reply would be great.


回答1:


You should use AlarmManager

also you can refere to this thread Android: How to use AlarmManager



来源:https://stackoverflow.com/questions/11664442/how-to-launch-my-app-every-day-at-some-particular-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!