
Android
muzilioo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android-Cloud To Device Messaging(C2DM) (转发)
C2DM Implementation Checklist Step by Step Android C2DM helps your app server push message to your app. It's a mechanism that the server ask the mobile app to fetch new data from server and update its...原创 2011-11-24 17:19:21 · 140 阅读 · 0 评论 -
Android Push Notification Service and C2DM (转发)
Apple has support push notification since iOS 3.0But what about Android??Android can do this using a long-polling service or keep connected to server.There are implementations of Android push no...原创 2011-11-24 18:41:37 · 203 阅读 · 0 评论 -
Android-Cloud To Device Messaging(C2DM) (转发)
elf. C2DM is still in beta version, or Labs version. To use C2DM with your Android applications, you must first signup to request access.The official doc has a lot of content.To make it clear, I make the following checklist:1 Things Before Coding 1.1 C原创 2011-11-24 17:19:21 · 131 阅读 · 0 评论 -
Android Push Notification Service and C2DM (转发)
tification.1. Cloud to Device Messaging (C2DM) official service by Google2. AndriodPN at http://sourceforge.net/projects/androidpn/files/3. Urban Airship Service4. IBM's MQTT (1) Cloud to Device Messaging (C2DM) Recently, I noticed that Android has原创 2011-11-24 18:41:37 · 122 阅读 · 0 评论