Posts by Hugo Gonçalves • 1 point
1 post
-
0
votes0
answers35
viewsQ: Android TCP client does not work
Good Afternoon, I’m creating an application in android studio to send a string from smartphone to pc. My application has the following code: public void Send_Command(View v) { testClass();…