On my website I have a form to put posts on wall by logged in users.
I want the users to get notification in the Android app whenever a new post is posted.
Can anyone please suggest an idea for doing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Normally this is done using Android Cloud to Device Messaging Framework,
and in human language the thing you are trying to implement is called a push notification.
UPDATE:
C2DM (Cloud to Device Messaging) was officially deprecated on June 26, 2012, and will be shut down completely as of July 30, 2015. Existing C2DM developers are encouraged to migrate to Google Cloud Messaging (GCM). See the C2DM-to-GCM Migration document for more information.
UPDATE 2:
GCM (Google Cloud Messaging) was officially deprecated on April 10, 2018, and will be shut down completely as of April 11, 2019. Existing GCM developers are encouraged to migrate to Firebase Cloud Messaging (FCM). See the GCM-to-FCM Migration document for more information.
Developers must use FCM for new development.