Open Source & Free  

Archives: Blog

Garbage Collection

We’ve been spending an excessive amount of time tuning our garbage collection and memory management of the new iOS VM based on profiler output. This

Read More »

Not A Dialog – Again

When we introduced the idea of the EDT from Swing (and pretty much any modern UI toolkit) into what eventually became Codename One, one of

Read More »

Performance & Map Taps

We neglected to mention in our last post about the new graphics pipeline that it was authored by Steve Hannah who did a splendid job

Read More »

New Graphics Pipeline

Finally the new graphics pipeline is starting to trickle into the JavaSE port and the iOS port & once we iron those two out it

Read More »

Navigate & Faster Builds

One of the things we’ve been missing is a simple “navigate” feature that allows you to launch the devices native navigation software with a fixed

Read More »

Webservice Wizard

Simplified webservice access has long been on our todo list and we now finally have a tool that significantly simplifies server communications in Codename One

Read More »

Native iOS Code Callbacks

Writing native code in Codename One is pretty simple, however one piece is relatively vague and that is the ability to call back from native

Read More »