Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exchange data between computer and android phone over Wifi

Tags:

android

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?

like image 467
Jan Martens Avatar asked Mar 21 '26 09:03

Jan Martens


1 Answers

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

like image 96
yanchenko Avatar answered Mar 22 '26 23:03

yanchenko



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!