Skip to content Skip to sidebar Skip to footer

Send Data From Android Mobile To Java Server

I try to send data from my Android mobile to a java server. I done the server application and simulated a client directly from it by starting a 'ClientConnexion' thread. It works f

Solution 1:

make sure your connection is working properly,maybe your android client and your server in different network segment? Last you can debug or log you client.


Post a Comment for "Send Data From Android Mobile To Java Server"