I am developing an Android application for an already existing website. When ever a user enters some data into the website (like a forum post), all the other users should be alerted about that post. Is it possible?
I think this is possible with triggers. Am I correct?
You can try ‘Android Cloud to Device Messaging Framework’ which can push messages to your android application.
http://code.google.com/android/c2dm/