Development with Codename One

1

I'm starting development with Codename One and finally I have a question about the support of this API with the development using sockets.

Is this the only thing I can understand about TCP sockets development?

    
asked by anonymous 28.04.2014 / 13:25

1 answer

3
  

08/01/2014 - At the moment we only support TCP sockets, we support server socket (listen / accept) on Android but not on iOS. You can check if Sockets are supported using the Socket.isSupported () and whether socket sockets are supported using Socket.isServerSocketSupported ().

Source: link

    
28.04.2014 / 15:54