Hi all, I have a question on socket programming in android. I manage to do a client / server using android in the emulator. I want to port it to android phone. But i realized that it is impossible to connect to server android as the server is listening at the localhost. I have done some research on the website and someone suggest using adb port forwarding and use a proxy server to forward the data. Is it possible to do it without the help of PC.
Sorry for my poor English

