Push Notifications in Android using Google App Engine -


i developing app users create posts stored on server. when user shows interest in post clicking button, want notify author of post using push notifications. have set data storage using cloud endpoints google app engine. there anyway can use these endpoints implement push notifications? if not there easy way implement push notifications given current setup? have read google cloud messaging on developers page confused. have kept track of registration id's don't know go there. in advance.

you can use http interface gcm servers described in android developers page.

the easiest way downloading google cloud messaging android library using android sdk manager, give jar handles complexity of setting requests , responses gcm.

towards bottom of page, there sample java application push notifications on app engine can use familiar sending push notifications , adapt needs.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -