开发者

Exchange data between computer and android phone over Wifi

I have just started doing some Android development.开发者_运维问答 One of the things that I would like to add to the app the I'm working on, is data exchange between a desktop computer and an android phone. Think of it like syncing data between Microsoft Outlook and the phone when it is connected to the wifi network. (Stanza on the iPhone is another good example)

The application that is running on the desktop is written in C# (to make it more interesting ;-)). I'm trying to avoid using a WebService, since this requires something like IIS.

Are there any libraries that can help me with this, or is it simple enough to do using the Java Socket functionalities?


I'd still find a .NET alternative for HttpSever and implement a simple RESTful (HTTP + JSON) protocol.


You can try for socket programming. I am doing a project in which m data sending data from android activity and java class in desktop computer through sockets...

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜