3

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?

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

1

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...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.