2

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.

Captain Obvlious
  • 18,485
  • 5
  • 36
  • 70
haawa
  • 3,030
  • 1
  • 24
  • 35

1 Answers1

6

You should use AlarmManager

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

Community
  • 1
  • 1
spin.goran
  • 426
  • 3
  • 7