Open Source & Free  

Archives: Blog

Post Message

BrowserComponent is a pretty powerful tool when you just want to integrate HTML into your application. We use it a lot in native apps, but

Read More »

Sheets and Samples

Over the years we wrote a lot of demos for Codename One as well as a lot of test cases. This can get painful after

Read More »

Photo Cropping Wizard

A month ago Francesco asked how to implement the common image cropping UI we see in many applications where the user can pan and zoom

Read More »

Asynchronous Media

There are a lot of fixes and new features that I don’t get to cover enough as I’ve been busy on several fronts. One of

Read More »

TIP: Reordering Tabs

The Tabs class is pretty powerful and flexible as I mentioned before. One thing it doesn’t support is drag and drop to re-order the tabs.

Read More »

Camera Kit Rewrite

The native low level camera API on Android is a disaster. It’s often cited as one of the worst API’s on Android. To make matters

Read More »

Better Error Logging

A common pain point in most GUI frameworks is the hidden stack traces. When we have an app in production we get occasional emails from

Read More »