Skip to main content

All Questions

0 votes
0 answers
26 views

Planned Xamarin Android notifications using BroadcastReceiver doesn't work

I am working on a simple app that whole purpose is to create a notification on specific days. I am new to the Xamarin and Android stuff so it is possible that I completely messed something up but - ...
believedGlue's user avatar
0 votes
1 answer
220 views

AlarmManager + NotificationManager not working

First of all I would like to thank you for clicking on this thread. Thank you so much for taking your time to read this. I was planning for the application push a notification on a specific time. I ...
Rudolph Reyes's user avatar
0 votes
0 answers
21 views

calender.getTimeInMilliseconds does not work with alarm manager object

I want to start a notification at startTime and end at the endTime specified by the user. Also the count of notifications is specified to be shown in the same time slot. I have divided count with ...
Sid's user avatar
  • 2,842
0 votes
0 answers
29 views

How to launch Service without Notification?

I have an IntentService extends IntentService: @Override public int onStartCommand(Intent intent, int flags, int startId) { Toast.makeText(this, "service starting", Toast.LENGTH_SHORT)...
Артем Ильинский's user avatar
-1 votes
1 answer
59 views

Automatic notification at a specific time

What I am trying to make is to have a notification which is going to go off on the exact same time everyday. I'd like to keep as simple as possible as I'm still a semi beginner. Here's my ...
pantank14's user avatar
  • 175
1 vote
2 answers
273 views

local notification not firing in all devices

I am having a local notification to repeat on every day at a particular time. I tried testing with a few devices and it's only working on a few devices. Please check the code below and shed some light....
Mac_Play's user avatar
  • 302
0 votes
1 answer
58 views

Repeat alarm daily error

I have a problem with AlarmManager in Android. I need to repeat an alarm at 9:00 AM every day, for this i have the next code: Main Activity on Create @Override protected void onCreate(Bundle ...
Traif's user avatar
  • 701
0 votes
1 answer
234 views

How to set up reliable alarms while developing an application for Android Marshmallow or upper?

In the last year I have bought 4 different Android phones and all of them had got failures with the calendar notifications. Sometimes the notification for an event was shown and sometimes wasn't shown ...
Míkel Rodríguez's user avatar
0 votes
1 answer
257 views

Alarm successfully sets for future time, but not for Calendar date

I have this app where i want to set a notification on a specific date the user defines. I saw lots of code and relative answers here on SO but for some reason nothing works so far. In this test ...
Stamatis Stiliats's user avatar
2 votes
1 answer
1k views

Adding Reminders in Android

I am new to android and I am developing an app to add a remainder on a button click. I have gone through Programmatically add reminder in android calendar? and Reminder Functionality. But the app ...
Sakala Bhargava Ram's user avatar
2 votes
2 answers
2k views

Android - Receive calendar reminder notification using NotificationListener service

I have two issues using NotificationListener service I have using NotificationListenerService class in my app. This listener #onNotificationPosted method receive all notification. My code like below ...
Madasamy's user avatar
0 votes
1 answer
277 views

Android - cancel/replace calendar notification with a custom one

I am trying to replace the built in calendar reminder's notification with a custom built notification using the NotificationManager. I have added a BroadCastReceiver, that intercepts the calendar ...
dragos.triteanu's user avatar
0 votes
0 answers
101 views

Setting the Notification on next day if the time has passed [duplicate]

I'm setting multiple alarms on repeat (everyday) on a button click. they are working fine if all of the time is greater then the time of button press.But if any time in the array has passed, it is ...
shahtaj khalid's user avatar
0 votes
2 answers
169 views

Setting Notification using AlarmManager by passing calendar.getTimeInMillis(),triggers notification instantly not at the time intended

I have followed the following link https://developer.android.com/training/scheduling/alarms.html. RTC examples first one, to set an alarm for a specific time on all days. Even after following the ...
Insaf Mirza's user avatar
0 votes
1 answer
753 views

Making a Notification in android

I have a calendar library I grabbed off of github: https://github.com/prolificinteractive/material-calendarview And I'm having the user click on a date and add a reminder for that date, an alert ...
QConscious's user avatar

15 30 50 per page