Re: [android-developers] HTTP server in Android

2012-10-08 Thread Kristopher Micinski
It's sort of dubious as to why you would do a research project using an HTTP server in Android, what you probably want is cross device messaging, in which case your purposes would be much better served using GCM kris On Mon, Oct 8, 2012 at 3:01 AM, Archana wrote: > I m doing a research project.

Re: [android-developers] HTTP server in Android

2012-10-08 Thread Archana
I m doing a research project. The requirement is to implement HTTP server. I will look at GCM as well. Any help is welcome. Thanks! On Monday, October 8, 2012 9:41:34 AM UTC+3, Kristopher Micinski wrote: > > Listen... Why do you want to implement an HTTP server in Android... > > There are just,

Re: [android-developers] HTTP server in Android

2012-10-07 Thread Kristopher Micinski
Listen... Why do you want to implement an HTTP server in Android... There are just, so many reasons this is a bad idea. The only acceptable one might be "this is for fun and I'm just doing it to play around." But for any kind of real application, you'd want to do something else, and I'd really u

[android-developers] HTTP server in Android

2012-10-04 Thread Archana
Hi, I want to develop HTTP server in Android. I used the link https://gist.github.com/1893396#gistcomment-582451 NanoHTTPD. But when I open the page http://10.0.2.15:8080, I am getting WebPage not found. In the logs, I am getting 10-04 05:55:39.106: E/Tab(499): onReceivedError -6 http://10.0.2