0
Connecting socket and sending JSON in JAVA android
I'm trying to connect a socket and then send a simple JSON string over it. Anyone know how to do this ?
1 ответ
+ 13
try these tutorials
https://examples.javacodegeeks.com/android/core/socket-core/android-socket-example/
http://androidsrc.net/android-client-server-using-sockets-client-implementation/
https://stackoverflow.com/questions/7384678/how-to-create-socket-connection-in-android
https://www.pixelstech.net/article/1368328614-Android-socket-programming-example