How To Launch My App Every Day At Some Particular Time?
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 mov
Solution 1:
You should use AlarmManager
also you can refere to this thread Android: How to use AlarmManager
Post a Comment for "How To Launch My App Every Day At Some Particular Time?"