python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AlarmManager time not being set correctly
I am developing an app where I use an AlarmManager to schedule a time to open an Activity.
The chosen time is picked by a TimePicker.
Despite the time being the expected one when I call the method whe...
Fábio Pires
Votes: 0
Answers: 1
Calendar not returning the correct time
I want to pick a time from time picker and set an alarm using AlarmManager for that time.
When I use when.getTimeInMillis the value returned is different from the time I´ve set.
For example , if I se...
Fábio Pires
Votes: 0
Answers: 1
PendingIntent.FLAG_NO_CREATE returns null after restarting emulator a couple of times
I am trying to check if the alarm I set exists by passing in the same request code and intent values I have used while setting the alarm. Now, I have set the alarm to repeat every minute. It works as ...
sammy
Votes: 0
Answers: 0
Android studio notifications
I have a problem with notifications in my app. I want to set multiple notifications for different hours of the day. For example, let's take 8, 12 and 23 o'clock. But only the one at 23 o'clock trigger...
duszyn_
Votes: 0
Answers: 1