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 create an application that starts a SocketServer
run on any PC. And let your Android application connect to that server
through Socket.

ofcourse when the connection is created. You can do everything you
want. Get it?

On Oct 6, 5:01 pm, santhu <[email protected]> wrote:
> 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 do the file transfer from that emulator.please
> let me know how to do it.
>
> On Oct 6, 2:46 pm, AJ <[email protected]> wrote:
>
> > Hi santhu,
>
> > You need to fire HTTP POST request to the server.
>
> > See the example as 
> > belowhttp://developers.sun.com/mobility/midp/ttips/HTTPPost/
>
> > hope this helps you
>
> > Thanks,
> > AJ
>
> > On Oct 6, 2:28 pm, Babyboo <[email protected]> wrote:
>
> > > 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 <[email protected]> wrote:
>
> > > > Hi All,
>
> > > >                I want an android application so that it can connect to
> > > > emulator and transfer that from it. please let me know how to proceed
> > > > in that. i have done through the socket but i am getting exception in
> > > > that.
>
> > > > please if u find any code or website let me know.
>
> > > > Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to