Questions tagged [notification-bar]
42 questions
25
votes
4 answers
Android: How can I put my notification on top of notification area?
I'm trying to put my notification on top of notification area.
A solution is to set the parameter "when" to my notification object with a future time like:
notification.when = System.currentTimeMills()*2;
The code that I'm using in this:
long…

Meroelyth
- 5,310
- 9
- 42
- 52
20
votes
3 answers
Refresh progress bar in notification bar
I would like to put a progress bar in the notification bar. The idea is showing the progress bar while the program uploads a file to a server. Everything else is ok, but I can not figure out how to refresh the progress bar inside the notification.…

ahmontero
- 351
- 1
- 6
- 12
11
votes
2 answers
Android - Keep notification steady at Notification Bar
I have written the function to notify and display at Notification bar:
private void showNotification()
{
CharSequence title = "Hello";
CharSequence message = "Notification Demo";
NotificationManager…

Paresh Mayani
- 127,700
- 71
- 241
- 295
11
votes
2 answers
Stackoverflow Style Notifications in asp.net Ajax
When you get a badge or aren't logged in to stack overflow there's a groovy little notification bar at the top of the page that lets you know there's something going on.
I know the SOflow team use JQuery, but I was wondering if anyone knew of an…

lomaxx
- 113,627
- 57
- 144
- 179
3
votes
2 answers
Any good alternatives for MessageBox in WinForms?
A WinForms program will inevitably send notification to user. There are two types of notifications:
Important: user needs to take action on it
Non-Important: kind of like "there is something going on, and you might want to pay attention".
It's…

AZ.
- 7,333
- 6
- 44
- 62
3
votes
1 answer
VBA Internet automation code not working when ie.Visible = False
Good morning, I am struggling to find information on a problem which seems to not have much information available on the internet - that is the "frame notification bar" in internet explorer ( the little yellow window that asks you if you want to…

Christian T
- 128
- 1
- 12
3
votes
1 answer
Is it possible to change the color of the notification bar?
The iPhone gives the app the ability to change the notification bar's color so you can have it match your app's design without having to hide it completely.
Is there a way to change the notification bar color in Android?
I'm looking to have it force…

cottonBallPaws
- 21,220
- 37
- 123
- 171
3
votes
0 answers
When does the "using your location in the background" message appear in iOS 8.3?
I have just encountered a new message in the iOS 8.3 notification bar.
When running an app I'm developing from TestFlight that uses my location in the background, I see the following message in the top notification bar, in the place where the…

Adam Matan
- 128,757
- 147
- 397
- 562
3
votes
2 answers
Sliding Notification bar in java (a la Firefox)
I would like to implement a sliding notification bar as the one in Firefox or IE for my java application. But I don't want to reinvent the wheel and I'm sure someone out there has already done it and is willing to share.
Do you know any open-source…

jumar
- 5,360
- 8
- 46
- 42
2
votes
1 answer
Android notification bar click not working
I have following code to make notification in notification bar in C2DMReceiver.java. This class itself extends BroadcastReceiver. and following code is in onReceive method.
NotificationManager notificationManager =…

Rahul
- 1,403
- 4
- 18
- 31
2
votes
1 answer
How to make a DownloadManager with pause/resume and progress in notification
"Activity A" send url and file name to DownloadManager that start download and show progress in notification, when progress notification is clicked open "Activity B" with list of downloads with all downloads in progress and finished.
Sorry my…

Gidex
- 31
- 3
2
votes
5 answers
How should I display a notification bar in WinForms?
You all know the "You've got new answers!" notification bar on SO. I'd like the same thing in a Form, preferably just as smooth. Is there a simple way? Or do I have to completely create this myself?
My searches did not yield any good results, only…

mafu
- 31,798
- 42
- 154
- 247
2
votes
0 answers
How to prevent Samsung ROM from showing notification bar in full screen?
I have this app that runs in full screen, the thing is that Samsung did something to their ROMs that the user can swipe down to show the notification bar, even that you are running in full screen. The thing is that my app shouldn't show the…

Rotary Heart
- 1,899
- 3
- 29
- 44
2
votes
2 answers
Android WebView with notifications bar
I would like to make my webapp look as similar as I can to a native app, now I just realized that there's no notification bar at the top and that Android back button doesn't take you to the last screen but closes the app. Does anybody know how to…

loxiw
- 31
- 5
2
votes
4 answers
Creating a site top notification bar in header dynamically
Is there a way to insert a notification bar at the top of any webpage (similar to the ones here at Stack Overflow) without needing any special code in the page itself? I'm looking for either a snippet of CSS styling or, if necessary, a Javascript…

zacharyliu
- 25,578
- 4
- 21
- 15