How to use Push Get Notification code in our app in android - 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/

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.

Simple Push Notification in 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..

Phonegap and Parse.com Push Notifications android

I am creating an app using html,jquery,php and phone gap and i want to send push notification using parse.I don't know how to do that.
I have seen an example in SO But it is for ios. I need it for android. Will this work for android.
Please help me. Thank You.
Have a look at this answer I've just posted, I've just got the Android Parse PNs working:
How do I get Parse.com Push Notifications working in a Cordova/Phonegap Android app?
That will help you get the app to recieve push notifications. To trigger them from PHP you'll need to use the REST API or a Third Party PHP library:
https://parse.com/docs/rest
https://github.com/apotropaic/parse.com-php-library

Basics of google cloud messaging (GCM) using Android

i want to make a chat application using GCM.
Actually i am new to use GCM.I have read offcial documentation of GCM.
I need to know how to send and recieve data through server if someone can explain me using basic code.
Actually the api has been changed from the previous one and
the below link will help you..
http://developer.android.com/guide/google/gcm/gs.html

how to get notification from another server in Android

I am getting data from the server, and I want to show a push notification in android. How can I do this?
Be clear to yourself What do you exactly want, I think you are using just a web service to get data. For push Notifiaction you need to implement Android Cloud to Device Messaging and here you can find complete tutorial.
Cheers

Categories

Resources