E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
C2DM
Android Cloud to Device Messaging Framework(一)
原文出自:http://code.google.com/intl/zh-CN/android/
c2dm
/index.html Android Cloud to Device
wtqq520
·
2011-11-14 12:00
framework
Android Websocket
服务器端想向客户端PushNotification时,可以使用
C2DM
,但好像不够稳定,总被Block,我一个朋友写了一个很好应用,叫“AndroidPushNotificationService(APNS
jkguang
·
2011-11-04 16:00
android
html5
service
Google
websocket
PhoneGap
Android推送通知指南
在Android手机平台上,Google提供了
C2DM
(CloudtoDeviceMessaging)服务,起初我就是准备采
l_serein
·
2011-10-13 21:29
Android
Android Push Notification Service
AndroidPushNotificationService)是一种在android上轻松实现pushnotification的功能的解决方案.只需申请一个APIKey,经过简单的步骤即可实现pushnotification的功能.特点:快速集成:提供一种比
C2DM
butter
·
2011-09-21 14:00
android
android中的
C2DM
整个架构包括3部分,手机端应用程序,支持手机端应用程序的服务器端程序,google的
C2DM
服务器。结构图如下:先大概解释一下,在接下来的文档中会给出详细实现代码。
HuiGeZhang
·
2011-08-04 22:00
c
android
服务器
Google
service
Authentication
Android
C2DM
学习——服务器端代码开发
一.基础知识 在前一部分,我们使用curl命令来代替了服务器端的实现,虽然在测试时使用curl命令是一个很是简单方便的模拟方式,但实际使用中我们需要把
C2DM
相关的服务器部分功能结合到已有的框架中
ichliebephone
·
2011-07-26 20:00
c
android
String
服务器
url
authorization
Android
C2DM
学习——客户端代码开发
一.基础知识 在前一部分中,我们从整体上快速介绍并实现了下AndroidC2DM的Push功能,在接下来的部分里,我们先来回顾一下
C2DM
相关的整体上的知识,然后具体介绍说明实现的过程。
ichliebephone
·
2011-07-22 21:00
c
android
String
服务器
service
Authentication
Windows下curl使用
一、简单介绍在上一篇中我们涉及到了一个在Ubuntu下使用的curl命令,并且使用这个命令来模拟服务器的功能来向谷歌的
C2DM
服务器发送数据。
ichliebephone
·
2011-07-13 11:00
windows
ssl
ubuntu
服务器
cmd
dll
Android
C2DM
学习——云端推送
一.基础知识当我们开发需要和服务器交互的应用程序时,基本上都需要获取服务器端的数据,比如《地震及时通》就需要及时获取服务器上最新的地震信息。要获取服务器上不定时更新的信息一般来说有两种方法,第一种是客户端使用Pull(拉)的方式,隔一段时间就去服务器上获取信息,看是否有更新的信息出现。第二种就是服务器使用Push(推送)的方式,当服务器端有新信息了,则把最新的信息Push到客户端上。虽然Pull和
ichliebephone
·
2011-07-07 18:00
c
android
String
服务器
application
permissions
android push机制-
C2DM
p=1210 参考http://code.google.com/intl/zh-CN/android/
c2dm
/index.html#intro android2.2
vvsongsunny
·
2011-06-27 16:00
android
应用服务器
Google
mobile
Gmail
android push机制-
C2DM
p=1210参考http://code.google.com/intl/zh-CN/android/
c2dm
/index.html#introandroid2.2以上支持,支持第三方应用程序的push。
vvsongsunny
·
2011-06-27 16:00
Android
Google
应用服务器
Mobile
Gmail
android push机制-
C2DM
p=1210 参考http://code.google.com/intl/zh-CN/android/
c2dm
/index.html#intro android2.2
vvsongsunny
·
2011-06-27 16:00
android
应用服务器
Google
mobile
Gmail
android push机制-
C2DM
p=1210参考http://code.google.com/intl/zh-CN/android/
c2dm
/index.html#introandroid2.2以上支持,支持第三方应用程序的push。
vvsongsunny
·
2011-06-27 16:00
Android
Google
应用服务器
Mobile
Gmail
Android推送通知指南
在Android手机平台上,Google提供了
C2DM
(CloudtoDeviceMessaging)服务,起初我就是准备采
joshua_yu
·
2011-06-23 15:00
android
manager
HTTP服务器
服务器
手机
XMPP
Android Cloud to Device Messaging Framework
AndroidCloudtoDeviceMessagingFrameworkAndroidCloudtoDeviceMessaging(
C2DM
)isaservicethathelpsdeveloperssenddatafromserverstotheirapplicationsonAndroiddevices.Theserviceprovidesasimple
Mirage520
·
2011-06-21 14:00
android
server
Google
application
mobile
token
[原创]通过代码及流程图说明Google在Android上的Push机制的实现
Google从FroYo版本后引入了
C2DM
(CloudtoDeviceMessaging)框架:http://code.google.com/android/
c2dm
/index.htmlAndroidCloudtoDeviceMessaging
laiyangdeli
·
2011-02-09 16:00
xml
android
框架
Google
mobile
Google应用在Android上的Push机制以及
C2DM
框架的底层实现
GMS (Google Mobile Applications)在Android平台使用了Push机制, 所以有更好的用户体验:当服务器上有你的新的的Gmail邮件, 或者有新的Calendar Events, 或者有新的Contact, 你的Android总会第一时间知道, 并且会自动sync下来. 这里用到的就是Push机制. Google在Android上的Push机制利用的就是XMPP协议
laiyangdeli
·
2011-02-07 21:00
android
框架
应用服务器
Google
mobile
Android中关于
C2DM
开发的一点总结
Android中
C2DM
的开发,涉及终端、Google
C2DM
server以及App Server。
gaomingjun
·
2010-11-01 18:00
android
应用服务器
qq
Google
Gmail
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他