I want to add a http server inside the android application. I have tried NanoHTTPD server taken from https://github.com/NanoHttpd/nanohttpd
. So I am able to run this http server as simple java class in my desktop . and able to access it from desktop browser.
Now I want to add this code with android application and start this server inside android device and access it from my mobile device browser.Is is possible and is there any other server i can bind with my android app .