0

I am building apps to connect to realtime and streaming services like PubNub, Ably, deep stream.io and XMPP. I am having to port java/android SDKs and the big issue is always around threads and networking. IS there plan to support the JAVA/Android API for network and threads or is there a library providing that? I do not have the skills or time to do that.

Matthew O'Riordan
  • 7,981
  • 4
  • 45
  • 59
user1622343
  • 967
  • 5
  • 9

1 Answers1

0

PubNub has a port to Codename One that's a bit outdated by now. There is support for the URL API but nothing lower level than that as it won't be doable (correctly) on iOS.

I would suggest working with websockets which are very portable and easy to work with: https://www.codenameone.com/blog/introducing-codename-one-websocket-support.html

Shai Almog
  • 51,749
  • 5
  • 35
  • 65