开发者

Android - HTTP Push with Tomcat (servlets)

开发者 https://www.devze.com 2023-04-10 13:06 出处:网络
I am trying to push json data from a servlet deployed in Tomcat to my Android app. I\'ve already checked out the C2DM but I think it requires me to have a working internet connection because the dat

I am trying to push json data from a servlet deployed in Tomcat to my Android app.

I've already checked out the C2DM but I think it requires me to have a working internet connection because the data is pushed from Google servers.

开发者_高级运维I need the push to be available when connected to an offline network (Wi-Fi). Can this be done? Or maybe anybody can suggest me other options? Thank you very much :)


This blogpost will help.

0

精彩评论

暂无评论...
验证码 换一张
取 消