Page 1 of 2

Adding alerts to the Android Status Bar without push?

Posted: Mon Feb 11, 2013 5:16 am
by mollyfud

How can I add things to the Android Status Bar from an App? Not looking to push it out with Push Notification but just from the App itself?


Adding alerts to the Android Status Bar without push?

Posted: Mon Feb 11, 2013 5:50 am
by maxkatz

Check if PhoneGap allows to do that.


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 4:57 pm
by adam griffin

Are we able to do this??


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 6:30 pm
by Kateryna Grynko

Hi Adam,

Yes. This will help:
https://getsatisfaction.com/apperyio/...


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 7:34 pm
by adam griffin

I think this is not what I am looking for. I am trying to display a message in the phone status bar, not a pop up alert. Do you know how I can display a message in phone status bar? Like how a push notification is displayed.


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 9:20 pm
by Kateryna Grynko

Hi Adam,

You could use local notifications:
https://github.com/simplec-dev/LocalN...

This will be helpful: http://community.phonegap.com/nitobi/...


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 9:44 pm
by mollyfud

Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 10:36 pm
by adam griffin

Do I need to add a plugin into the appery project?


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 10:55 pm
by adam griffin

Im confused on adding and using this. Can you please help?


Adding alerts to the Android Status Bar without push?

Posted: Thu May 08, 2014 11:24 pm
by mollyfud

Adam: Have a look at the post I linked as it has a step-by-step document for adding a plugin and using it.