I am working on an application with PhoneGap on Android, where the user will receive messages every time, and then bring them to one of the pages of the application. I looked through several possibilities, but did not find an easy way to do this. Can I use the built-in notification in the Phonegap API for this?
I found some good ways to make push notifications like thisw: http://www.pushwoosh.com/programming-push-notification/android-push-notification-for-phonegap/ , but I want the notification to come from the application itself with time-specific built-in timer.
Thanks!
source share