Need help implementing an Android service that does http long polling

Posted by Erdal on Stack Overflow See other posts from Stack Overflow or by Erdal
Published on 2010-06-13T04:16:13Z Indexed on 2010/06/13 4:22 UTC
Read the original article Hit count: 649

Filed under:
|
|
|
|

I've seen persistent TCP connections implemented (http://devtcg.blogspot.com/2009/01/push-services-implementing-persistent.html), but my needs are a little different.

I need an Android service that always runs in the background and keeps a long polling connection to an HTTP server and communicates with it using JSON over POST method.

Does anyone have anything similar to this?

© Stack Overflow or respective owner

Related posts about android

Related posts about http