Home

Awesome

Codename One Libs

Codename One cn1libs are a binary format based on ZIP that allows developers to write generic Codename One code in the same way JAR's work in standard Java.

However, unlike the jar file format cn1libs allow developers to embed native code for the various mobile platforms. They also include a beavy of other features such as proper code completion (with javadoc highlighting).

This is a generic repository containing an index and cached versions of such libraries, you can browse this repository directly from the Codename One settings UI as it's contents is mirrored periodically to the Codename One servers.

Building a cn1lib

Check out the developer guide section that covers native interfaces and the process of creating a cn1ib.

Generally cn1libs are created via the IDE's by creating a new Codename One library and building it.

Adding Your Own cn1lib

If you are the author of a cn1lib and want it to be listed here go thru the following steps:

A few things to keep in mind when adding an entry: