you can set a http server running in the local machine (Android)and you can
uset it as a simple server

try to port the server in android (as it is ) no modifications required....


http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/ElementalHttpServer.java

<http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/ElementalHttpServer.java>in
android

and use it it works for my requirements very well

may be it will use full for you

Thank you

Dilli


On Fri, Sep 4, 2009 at 5:19 AM, droidin.net <bost...@gmail.com> wrote:

>
> Is it possible to do something like WebView#loadUrl("http://10.0.0.2/
> index.html") with service acting as local http server? Where would one
> start? Will I need at least partial http server implementation that
> would listen on the socket?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to