Instant Messaging on Android with Google Cloud Messaging

前端 未结 4 678
慢半拍i
慢半拍i 2020-12-28 08:24

I was just looking at the new Google Cloud Messaging (GCM) and I was wondering if it is possible to use GCM for Instant Messaging on your Android application?

I saw

4条回答
  •  萌比男神i
    2020-12-28 09:02

    Try pub nub - it is pretty easy to implement - send Im from one mobile to another - simply fire up the web page (see link) in the browser , and chat between pc, mobile - and works - with 'no server'. Code is for javascript but they also have java. Chat app using jquerymobile web app framework

提交回复
热议问题