Skip to content Skip to sidebar Skip to footer
Showing posts with the label Notifications

Launch Activity When User Taps On A Notification From The Lockscreen

I want to be able to tap on a notification when the device is locked and launch an activity without… Read more Launch Activity When User Taps On A Notification From The Lockscreen

Quick Notification Silence

The primary purpose of my app is to change a smart phone into a sort of smart pager (there is an as… Read more Quick Notification Silence

Get Notification Icon Using An Accessibility Service

Is there any way to get icons of system notifications? I can get a notification parcel with Accessi… Read more Get Notification Icon Using An Accessibility Service

Stop Android For Killing My Activity After 30 Minutes From Background

I am creating an application where there is an activity which contains a timer running when ever us… Read more Stop Android For Killing My Activity After 30 Minutes From Background

Customizing The Background Of An Android Notification Tile

I noticed that one of my Android apps has set a custom background for its notification tile, as you… Read more Customizing The Background Of An Android Notification Tile

Android.content.context.getsystemservice(java.lang.string)' On A Null Object Reference

when click button on 'listview', I want to use Push Notification. But there is Error.. … Read more Android.content.context.getsystemservice(java.lang.string)' On A Null Object Reference

Android: How To Avoid That Clicking On A Notification Calls Oncreate()

In my application I notify the user with notifications, if something special happens: public void t… Read more Android: How To Avoid That Clicking On A Notification Calls Oncreate()

Notification Bar - When Clicked, How To Open File Explorer With Specified Location

I did a major update of my question because some misunderstandings. So, I have a notification. And … Read more Notification Bar - When Clicked, How To Open File Explorer With Specified Location

How To Start Notification On Custom Date&time?

I know how to start a notification X milliseconds after some click event. A code like this … Read more How To Start Notification On Custom Date&time?

Incorrect Height Of Remoteviews Notification When Using Linear Layout

I've created a notification using RemoteViews with a custom layout. The layout structure is as … Read more Incorrect Height Of Remoteviews Notification When Using Linear Layout

Why Head-up Notifications Don't Be Shown If App Is Not Running

I implemented Head-up Notifications with fcm. When app receive fcm notification, Head-up notificati… Read more Why Head-up Notifications Don't Be Shown If App Is Not Running

Android, Launch An App From Remote Server

I want to launch an android application from a remote server, i can see that in J2ME there is a cla… Read more Android, Launch An App From Remote Server

How To Open App In Notification In Android?

In my app, when completing a task in async file, it shows a notification with this code Notific… Read more How To Open App In Notification In Android?

How To Get A Permanent Application Notifier In The Status Bar?

I searched on the Internet alot but cant find a proper answer to this. I have used apps like 3G wat… Read more How To Get A Permanent Application Notifier In The Status Bar?

Cancelling Ongoing Download Does Not Remove Notification

I am using Android DownloadManager, and have the ability to cancel ongoing download. This call also… Read more Cancelling Ongoing Download Does Not Remove Notification

How To Send Notification If The App Is At The Background In Android?

Currently I am working on bluetooth scan, that means I will keep scanning the device, if there is d… Read more How To Send Notification If The App Is At The Background In Android?

How To Play Sound When A Notification Pops Up?

I'm working on an app where using two switch buttons the user can turn on/off notifications and… Read more How To Play Sound When A Notification Pops Up?

Is Possible To Add Icon On Statusbar On Right Side

I'm wondering if it's possible to add an icon on the right side of my statusbar (PROGRAMMAT… Read more Is Possible To Add Icon On Statusbar On Right Side

Res/drawable Files In Intel Xdk

Is there a way in xdk to transfer files to the android/res/drawable folder? I've the following … Read more Res/drawable Files In Intel Xdk

How To Create Multiple Local Notifications In Android

In my android app I need to show multiple local notifications on a particular day at different time… Read more How To Create Multiple Local Notifications In Android