Questions tagged [notifications]

A notification is a user interface element displayed to indicate an event has occurred.

A notification is a user interface element displayed to indicate an event has occurred.

Notifications typically occur in a designated area of an application's UI, such as an icon appearing in a status bar or an alert message.

15974 questions
5
votes
1 answer

Remote notification of Sharepoint 2010 update?

I have a business requirement from a client to generate push notifications to Apple devices based on changes to Sharepoint 2010 server. I need to support these notifications in nearly real-time and access a server that is behind a VPN. I am…
5
votes
3 answers

Youtube dismissal event (iOS)

Good day, Through the use of an UIWebview I have now a working method to show a youtube video within my app (using the tag, finding the play button within the webview and firing the touch event on that). Works like a charm. The video pops up and…
Matthijn
  • 3,126
  • 9
  • 46
  • 69
5
votes
2 answers

tortoise hg : how to get notified whe something pushed to a central repo

i am using Mercurial for version control. One central repo is shared among the team and any of us can push / pull to it. How can i get notified when any other user push something to the central repo. I have tried to edit my hgrc file as per the…
png
  • 4,368
  • 7
  • 69
  • 118
5
votes
2 answers

How can I send a notification message from server to all clients in WCF (broadcast you can say)?

I want to send notification message every second from net tcp WCF service to all clients, Broadcast you can say? After the helpful answers I wrote the following method that will send notifications (heartbeat) to all connected users foreach…
Ahmed
  • 7,148
  • 12
  • 57
  • 96
4
votes
3 answers

how to avoid clear notifications when activity finishes

I am posting different notifications to the notification bar. All are having different id's but the intent is targeting same activity. When I clicked on first notification the activity started and on clicking its finishing. When my activity getting…
Noby
  • 6,562
  • 9
  • 40
  • 63
4
votes
3 answers

Sending notifications to a android phone via a web service

I have an android application which collect accelerometer and microphone data. If those data satisfy a predefined condition, they should sends to a web service. Then all other android phones which a connected with this web service(phones which have…
Randi
  • 639
  • 2
  • 6
  • 23
4
votes
7 answers

Can web automation be done in Python?

I am a newborn programmer still programming from the book on my Alt+Tab. One of the first programs I want to create is to help my mom in her work. I need to know if I can use Python to create it. It needs to: Go on-line and log-in with account /…
troty_master
  • 315
  • 1
  • 2
  • 11
4
votes
2 answers

Android How can i intercept the Status Bar Notifications?

i would want to know if i can intercept a notification from Status Bar. The purpose of this is to somehow intercept an incoming a gmail and do something with it, i don't really need the content of the email, but it would be nicer. But since gmail…
djcharon
  • 319
  • 2
  • 9
  • 20
4
votes
1 answer

Notification gets disappeared when phone is rebooted

I am working on alarms and making an app for task reminder. I am showing notification at scheduled time by user. But when alarm rings , notification appears . Then I switched off my phone , and again when I switched , on the notification get…
kamal
  • 2,388
  • 2
  • 29
  • 36
4
votes
3 answers

Android accessibility service

I'm trying to write a very basic android accessibility service that shows a message and vibrates when any notification is raised. I've tried testing it by sending an email myself on my phone (I figured that would show some notification). But I have…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
4
votes
2 answers

Persist all users notifications in a list with redis?

I have aspects of a social network in my app and I have implemented an activity stream like this answer: How to implement the activity stream in a social network Like said there, every notification in the system, I push in redis for each user (key)…
Luccas
  • 4,078
  • 6
  • 42
  • 72
4
votes
1 answer

Notification system | library | framework for peer to peer app

I'm about to code a pet project where part of the functionality relies in the notification from one machine to another. The workflow is this: Person A writes some content Person A push a button or something saying: "I'm done" Person B gets the…
OscarRyz
  • 196,001
  • 113
  • 385
  • 569
4
votes
1 answer

Android:Notification starts new activity instead of resuming old one if originally activity is not started from launcher

I have spent a week to find a solution but with no success, so I need a help. When my application goes to background then notification appears and displays status of activity. It works perfectly if the application is started from launcher (with…
4
votes
1 answer

onAccessibilityEvent(AccessibilityEvent event) not intercepting notification

In my application I have to catch the new incoming email massage notification and play a video on the screen which describe the event. I'm using the onAccessibilityEvent(AccessibilityEvent event) to listen to the generated notification. I also use…
eyal
  • 2,379
  • 7
  • 40
  • 54
4
votes
1 answer

Playing MPMoviePlayerController Synchronously with AVAudioPlayer

I'm trying to add a movie to the intro of a game. The movie has no sound/music. I do, however, have music looping in the background. The music is somewhat specific in that the intro of the music is as long as the movie and then the tempo kicks in a…
RoLYroLLs
  • 3,113
  • 4
  • 38
  • 57