I am working on a client server-application in Java. My server will be a desktop app in Java and my client is an Android app. I have created an Android app in which I can connect to my server and send data through a socket using the IP address of the server. I am working on a client server-application in