I just started developing Android. One of the things I would like to add to the application I'm working on is the exchange of data between a desktop computer and an Android phone. Consider how to sync data between Microsoft Outlook and your phone when it is connected to a Wi-Fi network. (Stanza on the iPhone is another good example)
The desktop application is written in C # (to make it more interesting ;-)). I am trying to avoid using WebService as it requires something like IIS.
Are there any libraries that can help me, or is it simple enough to use the Java Socket features?
source
share