I have WCF Service and my Android application consumes it. I am doing this with emulator and WCF Service running on the same machine. Now I am running WCF Service on WiFi enabled Laptop and installed Android application on WiFi enabled Mobile. I want to access WCF Service via WiFi network.
Please give me guide line to do this.
Do I need to have Wireless Router?
What are the process/Settings that I need to do?
Thanks
I have WCF Service and my Android application consumes it. I am doing this
Share
You need to know the ip address of your server (WCF Service) on your WiFi network and put it in the url of your android app.