I meet with this in the android for the first time. Need to implement a service. Which will perform certain actions at a certain time. Ie, let's say today at 17:56 to issue an alert about something, tomorrow at 18:39 something else. Is it possible to implement this? If so, how?
1 answer
Use the appropriate method for you from the set of the AlarmManager
class. Service for this is not required.
|