Questions tagged [reminders]
402 questions
0
votes
1 answer
How to get notification when mobile in switch off mode
Iam try to do a small application in that i want to show alarm/notification even when iphone is in switch off..
Please tell which one is best like localnotification/pushnotification/ add to reminder..

iosLearner
- 1,312
- 1
- 16
- 30
0
votes
1 answer
Stop thread execution until API async thread completes
I am currently looping through a range of dates and caching the EKEvents and EKReminders associated with each date. The issue that I am having is that when I fetch the EKReminder, the API runs asynchronously. The issue is that I am needing to access…

Johnathon Sullinger
- 7,097
- 5
- 37
- 102
0
votes
1 answer
Cron job to check date in a database and send a notification
I have a user who will input the date for the next event. It is saved in the format yyyy-mm-dd hh:mm:ss (eg: 2013-06-09 00:00:00) in a MySQL database. How can I write a cron job that sends a notification to the user 3 days in advance about an…

chris
- 67
- 2
- 12
0
votes
1 answer
Suppress Reminder in Windows Phone and instead Simulate Navigation from within code
In Windows Phone, the reminder is usually used for scheduled notifications. The reminder when popped up, requires user to click the reminder pop up in order to navigate to specific page and do certain action.
Can we simulate or suppress this…

Siddharth
- 436
- 2
- 11
- 29
0
votes
1 answer
How can I create a auto executer module in zend frame work?
I have a module in zend framework and I want to execute it as per database date time value difference. You can think that I want to create a birth day reminder which will display a message to my users on his birth day. How can i create it in zend…

Kalpataru Mallick
- 83
- 1
- 3
- 10
0
votes
1 answer
Set image as content of reminder in windows phone 8
there is way to set a image as content or title of reminder in windows phone 8 like toast notification and can i customize the reminder UI like toast notification

Paresh Radadiya
- 185
- 4
- 10
0
votes
0 answers
How to ceate a reminder application in asp.net?
Im working on a project where the employees in my organization will have to set a reminder to make a call to the clients or customers. Lets say if the customer asks for a callback at 12pm the employee will set the reminder at 11:55am and so on.
Im…

Vikneshwar
- 1,029
- 4
- 20
- 38
0
votes
1 answer
I want to send users of my android application a simple daily reminder, Do I have to use a push notification service or is there an alternative?
To be a little bit more specific, I want to know if for example I wanted to teach someone how to take care of a pet, I would like my application to send them daily a reminder that they have to feed their pet or take it out for a walk. I have been…

Keki
- 15
- 5
0
votes
3 answers
how to fix the Pop up 's count?
In my app, i am starting a service in Mainactivity. I show a reminder popup everytime the app is opened. But, I only want to show the pop up 1 time.
How to store the pop up's count accros multiple app launches?

Joy Helina
- 378
- 1
- 5
- 17
0
votes
2 answers
iOS Location based reminder
i am making an application which has a feature that allows users to create location based notifications to turn the application on/off when they arrive/leave a certain location.
Reminders are created (as indicated by the first picture), but are not…

rcresnik
- 120
- 9
0
votes
1 answer
How do I stop AppleScript from selecting all messages in a Mail.app conversation when I only want one from the group?
Here's my itch: I want to add emails to Reminders.app as todo items. I figured that part out. My next goal was to be able to select multiple emails and have Reminders.app create todos for each email selected. I figured that part out.
The problem:…

Mark Sternfels
- 23
- 5
0
votes
1 answer
Show reminder as floating popup/alert
I need to show a reminder as floating popup/alert in my asp.net mvc (C#) application.
When the user has any information from the admin that should be notified at particular time, i need to show it as floating popup/alert in the user's screen.
For…

Prasad
- 58,881
- 64
- 151
- 199
0
votes
2 answers
How to display a reminder window on any page of application
In my web application, users will be able to set reminders for upcoming tasks and events. I am developing the application using CodeIgniter (PHP) with model-view-controller base.
I set the database table needed for reminders. I will run my reminder…

burakokumus
- 1
- 5
0
votes
1 answer
How to run code on future date in android
I am developing a birthday reminder app which will notify user on specified date the birthday event. I have googled web and found alarm manager in android to carry out my task.
But i just want to make sure is this the only way followed in making…

kadhirvel
- 470
- 1
- 4
- 17
0
votes
1 answer
ical create event ios
I have successfully subscribe to my iCal calendar and I can view events and it is updated. However I am unable to create alarms or reminders if I view an individual event. Normally there is an edit button for any calendar event that is loaded from…

Brian Barthold
- 1,593
- 4
- 22
- 39