Sure. You need a Java-based Web server (iJetty, NanoHTTPD, etc.), or possibly a C-based one you can attach to your app via the NDK. Bear in mind that this will really only be useful on a WiFi LAN, since the phone will not have a publicly routable Internet address in most (if not all) cases.
On Wed, Dec 22, 2010 at 8:46 AM, perumal316 <[email protected]> wrote: > Hi All, > > Is it possible to host a web server within an Android phone itself? > Similar to Apache. I want to access the web server from the mobile > browser itself. > > Couldn't find any reference online. Is this possible? > > Thanks In Advance, > Perumal > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

