I’ve built a web-service which i call from my android application.My problem is that when i want to connnect my mobile with my laptop and call this service locally without using internet.(Provided that my server runs locally) how can i do that?I know that there is a shell property when running the avd but how can achieve this when i run it from a tablet which is in the same lan with my server?Thank you for your time.
I’ve built a web-service which i call from my android application.My problem is that
Share
When you want to call a web service using Internet, you use the external ip and port of the server. But if you want to call your web service locally (without the use of Internet), you need to use the internal ip of your server. You can see your internal ip from Windows command ipconfig or linux command ifconfig