What options for implementing sockets in Android would you recommend?
I am working on an application for phones and Android TV in which I need to implement a connection to the server via sockets. What options do you recommend?
sockets in android 3: blocking, non-blocking and asynchronous,
in addition, there is Datagram and Websocket for udp and tcp,
what the server requires and use, what's the question?