Sending a Java object from my Android phone to my Computer

Posted by TehGoose on Stack Overflow See other posts from Stack Overflow or by TehGoose
Published on 2010-05-23T12:40:18Z Indexed on 2010/05/23 12:50 UTC
Read the original article Hit count: 168

Filed under:
|
|
|
|

Hi,

I was wondering what the simplest program for sending an object from my Andriod phone to my computer wirelessly (via LAN) would be. I have created Java RMI programs with a server and multiple clients, so I have a grasp of the concept. However with android I'm just not sure where to start.

What I am aiming to do is send some sort of information (could simply be text) to my computer and my computer will do an action. I have the GUI interface's and the actions to be carried out all worked out, just the sending of some sort of information is getting me.

Could anyone help me out?

© Stack Overflow or respective owner

Related posts about android

Related posts about remote