[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread Babyboo
I don't understand what you've written. You want your Android application that run on emulator to connect to application that run on other device or other emulator , aren't you??? On Oct 5, 4:43 pm, santhu santhosh.19...@gmail.com wrote: Hi All,                I want an android application so

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread AJ
Hi santhu, You need to fire HTTP POST request to the server. See the example as below http://developers.sun.com/mobility/midp/ttips/HTTPPost/ hope this helps you Thanks, AJ On Oct 6, 2:28 pm, Babyboo handsomebo...@gmail.com wrote: I don't understand what you've written. You want your

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread santhu
Hi Babyboo Yes i want an android application. such that my emulator should be able to connect server or other machine. then i can do the file transfer from that emulator.please let me know how to do it. On Oct 6, 2:28 pm, Babyboo handsomebo...@gmail.com wrote: I

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread santhu
hi ajeet, i have see the url which you have passed. i know about the http post and get. but i am not able to do this in my android application. i want an android application. such that my emulator should be able to connect server or other machine. then i can

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread Babyboo
When you develop an application that run on emulator, you can use socket; but notice that the application run on PC can not realize the socket server run on emulator (due to some simulation process) but the socket run on Emulator can realize the socketserver that run on PC. It means that you can