0

I need to integrate push-notification through GCM in my android app. I have Tried some links but I could not understand that properly. Kindly help me to do this.

Shine
  • 309
  • 3
  • 13

1 Answers1

0

With last update in Push notification google has come up with outstanding features specially for client side, now to implement push at client it need very less efforts, you need less lines of code.

For example they are providing configuration file which you add in your project then you don't need to add sender id in strings.xml

for reference have look

https://developers.google.com/cloud-messaging/android/start

  • Hi I tried this but i could not understand can you explain this bit more clear. – Shine Sep 07 '15 at 05:46
  • can you explain it by step by step? how to add that into project – Shine Sep 07 '15 at 05:56
  • They have provided all steps even they have also given git url for cloning so try that then post your issue if you faced. –  Sep 07 '15 at 06:05