如何在Android的Socket连接?如何在、Android、Socket

由网友(你若离去巴掌扇去)分享简介:我有一个应用程序,我需要创建socket连接。我的要求是,一旦我的插座连接建立它需要活着,直到我亲自将其关闭。每3分钟我必须将数据包发送到另一端。任何人都可以提供我一些code样品与将帮助我做到这一点?I have an application where i need to create socket connec...

我有一个应用程序,我需要创建socket连接。我的要求是,一旦我的插座连接建立它需要活着,直到我亲自将其关闭。每3分钟我必须将数据包发送到另一端。任何人都可以提供我一些code样品与将帮助我做到这一点?

I have an application where i need to create socket connection. My requirement is, once my socket connection is established it need to be alive until i personally close it. Every 3 minutes i have to send data packets to the other end. Can anyone provide me some code sample with will help me to do this?

推荐答案

下面是另外一个例子插座使用: Incorporating socket编程到您的应用程序

Here's another example for socket usage: Incorporating socket programming into your applications

您可能希望一个服务一样,所以应用程序并不需要激活所有的时间(见中提到的唤醒锁问题彼得的答案)

You might want to make that a Service as well, so that the application doesn't need to be active all the time (see the wake-lock issue mentioned in Peter's answer)

阅读全文

相关推荐

最新文章