Wi-Fi data exchange between a computer and an Android phone

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?

+3
source share
2

.NET HttpSever RESTful (HTTP + JSON).

+1

. , m , android java- ...

+1

Source: https://habr.com/ru/post/1753001/


All Articles