Simple Push Notification in Android - android

I am Making the Chatting application
which require to send push notification in android.
I really don't have any idea about it because I am very new in Android.
So how can I get push notification when I receive message from other User of application.
Please make it as simple as possible.
Any help will be appreciated.
Thank you.

you will get all info here
http://developer.android.com/google/gcm/index.html
and here is example
http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/
this will help you..

Related

Understanding PhoneGaps automatic PushNotifications

I am learning with this tutorial to send notifications: http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/.
It seems really easy but very limited.. So this way I can only send a notification manually with Node. But what if my app has to send a notification everytime something is updated in my database? Is that possible? Is it possible to send the notification if the user is not using the App at the moment?
All help appreciated,
Yes, it's possible. The phonegap-plugin-push could help for your purpose.

How can I get push notifications on the android app I am building

I am building a app like Wisdom By Sri Sri. I don't know how can I get push notification on the device as I update the site with posts. Any help would be appriciated.
Thanks in advance.

How send push notification for one user using phonegap

my question is to send push notification to a user in my app using PhoneGap.
I'm looking on the web but found nothing related to my question. I found ways to send to all users but do not need it.
somebody can help?
Thanks!!!

How to use Push Get Notification code in our app in android

Hi I m new in gcm services I really dont know how to use push get notification in our app. I read many article but no but i do not get good one if some one have code and processor of working please share with me .
thank you.
have you tried below link , it is useful for you to understand gcm
http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/

Appcelerator Titanium Push Notification for Android?

I am New to Titanium can anyone help me to understand the concept of push notification for Android in Appcelerator Titanium.i.e Sample code for creating Simple push Notification.
Thank u
This is a simple push notification example. Hope this will help you.

Categories

Resources