Top "Android-notification-bar" questions

Use this tag for questions relating to issues showing your notification in the notification area.

Notification Bar shows both Large and Small Icons

The notification bar in my application shows only the small icon in the ticker (as it should). However, when the "…

android notifications android-notifications android-notification-bar
How can I programmatically open/close notifications in Android?

I've searched everywhere, but can't find anything in the SDK or on Google on how to do this. I know …

android android-notification-bar
Notification passes old Intent Extras

i am creating a notification inside a BroadcastReceiver via this code: String ns = Context.NOTIFICATION_SERVICE; NotificationManager mNotificationManager = (NotificationManager) context.…

android android-notifications android-pendingintent android-notification-bar
How to download file/image from url to your android app

I need my android app to make request to url to download an image from this url so I have …

android download android-networking android-notification-bar
Difference between Push Notification and Pull Notification?

DO anyone know what is the difference between "Push Notification" and "Pull Notification"? I know "Push Notification" is C2DM, …

android android-notification-bar
non removable notification

In my app, there is service running on background. I want to notify user that the service is running. But …

android notifications android-notification-bar
putExtra using pending intent not working

I have written a code in my GCMIntentservice that sends push notifications to many users. I use the NotificationManager that …

push-notification android-notifications android-notification-bar android-pendingintent
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 = "…

android notification-bar android-notification-bar
How to show different icons for status bar and notification bar in Android?

I'm creating android notification according to android documentation. I used large icon and small icon for Notification bar. In this …

android android-notifications android-notification-bar
notification body multiline

how to make this in two line like ALERT Pending follow-ups: 9 Enquery not attended once: 11 I am passing a string …

android android-notifications android-notification-bar