0

I want to start an activity if the clock is 15.00. Is there any reference ?

Assuming i had running services in my background.

EDIT I have value from database. Then the activity will trigger based on clock that i saved from database. So if the database has values like 01.00 , 13.00 , 22.30 then the activity will start when the phone clock match as that 3 value.

Leonard Febrianto
  • 964
  • 2
  • 12
  • 37

2 Answers2

0

You can use an AlarmManager for that

Mann
  • 661
  • 5
  • 9
0

This post will help you. Use AlarmManager to set a repeating alarm. The time can be set.

Android notification app not working properly

Community
  • 1
  • 1
K Neeraj Lal
  • 6,768
  • 3
  • 24
  • 33