Reputation: 155
I am looking for solutions for push notifications in my android app, i have a php server and i have figured out a way to use GCM with php server, but can anyone help me with the client side code for implementing Google Cloud Messaging ?
Upvotes: 0
Views: 404
Reputation: 26032
In the android sdk directory there are sample codes for the gcm-client and gcm-server. You can find that codes on the following directory. It is great for getting started.
android-sdk/extras/google/gcm/samples
Upvotes: 4