can someone please suggest me a simple demo app with code for understanding the setup of a TCP server-client configuration using android emulators? I don’t have much understanding of Java socket programming but I know C socket programming quite well.
thanks a lot
can someone please suggest me a simple demo app with code for understanding the
Share
There are a lot of information how to create a simple server-client connection. For instance, this article. In this post you can find a link to a demo app.