ByteBuffer for codename one?

32 views
Skip to first unread message

jython234

unread,
Aug 11, 2014, 5:21:26 PM8/11/14
to codenameone...@googlegroups.com
I am writing an app that uses heavy networking. In order to communicate, the ByteBuffer would help greatly. Are there any ports, or does the API already include this? (I have searched and found nothing).

Target-Platform: iOS

Steve Hannah

unread,
Aug 11, 2014, 5:32:43 PM8/11/14
to codenameone...@googlegroups.com
There are lots of pure java implementations out there that could easily be ported to CN1. e.g.

I seem to remember porting and using one in one of my projects but can't seem to find it just now.

Steve


On Mon, Aug 11, 2014 at 2:21 PM, jython234 <atz...@gmail.com> wrote:
I am writing an app that uses heavy networking. In order to communicate, the ByteBuffer would help greatly. Are there any ports, or does the API already include this? (I have searched and found nothing).

Target-Platform: iOS

--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discu...@googlegroups.com.
Visit this group at http://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/76e0cf22-421b-4e96-b7e0-a486aaddccfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Steve Hannah
Web Lite Solutions Corp.

Shai Almog

unread,
Aug 12, 2014, 12:30:23 AM8/12/14
to codenameone...@googlegroups.com
That would be redundant performance wise.
ByteBuffer makes a whole lot of sense when you have a server with multiple connections and networking that can saturate memory access.
Mobile devices even on wifi or 4g can't come close to saturating even storage throughput so there is no need for something like that. 

Alejandro Zeise

unread,
Aug 12, 2014, 12:31:29 AM8/12/14
to codenameone...@googlegroups.com
Never mind, I decided to change my networking protocol.
--
You received this message because you are subscribed to a topic in the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codenameone-discussions/oC4a-5sQCfw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/c51f1fce-e9f4-471b-9a37-d2b0d15f47ba%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--

Reply all
Reply to author
Forward
0 new messages