I am a newbie in android app development & I have developed an android application which will start a web server and I want to request that server without providing my IP.
For example :
This is, what I type in a browser. Now localhost is not working.
("http://localhost:8000/api/items/1/");
If I provide my ipaddress instead of localhost, it works.
Is there an equivalent to localhost?