How to implement a HTTP Server in android which can be access by other device with browser? -


I have a new requirement for implementing a HTTP server that runs in Android devices. And this HTTP server is a PC with other devices like browser. I'm getting an example like this: the PAW server for Android but I do not know how to implement it. The PAW server for Android is very complicated. Is there any easy way to implement this requirement? I also read this article:

Try Nano HTPD To implement the requirements, it needs to be enhanced.

  http://elonen.iki.fi/code/nanohttpd/    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -