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 m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...