I'm developping an app and I need to store the result of the game in my database. I'm gonna do a local server for that. I already saw how to send a request with android. I just want to know how to do it locally. I dont know anything in network so I would like to know if it's different from doing to a non-local server. I want to know if doing localhost:8080/mypage?params is gonna be all right or if I need to be on the same wifi spot to do it, or if I need to do something specific.
Thanks