0

Hi guys i have a site with wordpress. I have developed a android app with a webview. I want implement the notification of new article.

I want recive a notification when admin insert a new article... how to solve? what's the best solution for this? Thank you!

user3671540
  • 135
  • 3
  • 11

1 Answers1

0

Ineffective: make a request to server to check for updates, either from Java code, or from Javascript. Effective, but more difficult at first: GCM push notifications.

Read here about Javascript solution. Read here for push notifications.

Community
  • 1
  • 1
Marius
  • 810
  • 7
  • 20