Wait.. a server running in the emulator? So your app is a server that will run on android devices? I am a bit lost as to why a "client" device would run a server, especially on a mobile phone. Is there a reason you need to do this? If you're trying to "push" data from a page to the mobile phone, using a server app on the phone is not the way to go. But perhaps you have another reason you need to run a server on the phone?
On Tue, Feb 8, 2011 at 9:04 PM, SREEHARI <[email protected]> wrote: > > Hi Kevin, > > Thanks for the reply. What I am trying is to contact the android > server application from an html(jscript) page running in normal > windows browser. I want to fetch the data and want to display it in > the web page. I think ur 3rd suggession will help me. But my doubt is > how can I make the connection from normal html(Browser) with sever > running in Android emulator? > > Regards, > Hari > > -- > 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 > -- 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

