Use this tag for questions relating to issues showing your notification in the notification area.
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-barI've searched everywhere, but can't find anything in the SDK or on Google on how to do this. I know …
android android-notification-bari 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-barI 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-barDO anyone know what is the difference between "Push Notification" and "Pull Notification"? I know "Push Notification" is C2DM, …
android android-notification-barIn my app, there is service running on background. I want to notify user that the service is running. But …
android notifications android-notification-barI 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-pendingintentI have written the function to notify and display at Notification bar: private void showNotification() { CharSequence title = "Hello"; CharSequence message = "…
android notification-bar android-notification-barI'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-barhow 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