Tagged Questions
3
votes
3answers
3k views
Android: Presenting a notification during a call?
I have a broadcast receiver that listens to incoming calls. And I want to tweak the incoming call screen. Right now I can present toasts and add notifications to the notification bar (BTW the user ...
3
votes
6answers
4k views
SQL Alert when stored procedure executes for too long
I would like to set up a SQL Server 2008 Alert to notify me when any procedure executes for 1 second or longer (just an example).
Any ideas?
EDIT:
Okay, it seems this is not possible. But, just to ...
0
votes
1answer
279 views
ProximityAlert with a BroadcastReceiver not working
I am new to Android and have a problem with adding ProximityAlert with a BroadcastReceiver. I know that this topic has been taken up earlier as well but I am trying to add proximity alert to different ...
0
votes
1answer
776 views
Apple Push Notification Bundle Name
By default the title of an push notification alert will be the bundle name which we provide in the info plist file.
I'm having a short name representation as bundle name in info plist file which we ...
0
votes
1answer
806 views
Local Notification on arrival iphone sdk
this is my first question here and I am really hoping someone can help me.
I have a navigation app that displays an alertview to the user when they arrive at their destination. This works perfectly ...