All Packages
Package Summary
Package
Description
A legacy banner Ads API.
The analytics API allows tracking your mobile application usage in the field to give you real-time
data on how your application is used.
Background fetch is a mechanism whereby an application is granted permission by the operating system to update its
data periodically.
Package for capturing photos, audio or video from the camera/microphone.
The main ChartComponent Package
This package contains compatibility classes for internal use
Provides the classes that handle the data values (data model) to be used by displaying the charts.
Provides renderer classes that keep the chart rendering / drawing styles.
Utility classes that provide helper methods used by most of the other packages.
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
Deprecated!!: Please use the cn1-codescan
library instead.
Generic elaborate components that make use of both UI elements and storage.
Provides access to the contacts list from the device address book
SQLite database access API
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
User interface for integrating with basic Facebook features currently mostly the Like button
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
Networking, Storage, Filesystem & related API's
gzip support based on https://github.com/ymnk/jzlib
Simplified REST API
Default WebService implementations
Tar support allowing us to package multiple separate files into a single package which is useful in supporting
hierarchies in a portable way.
NOTE: The
com.codename1.javascript package is now deprecated.The Localization API allows developers to adapt their applications to different geographic locales and
conventions.
Abstraction of location services (GPS/Geofencing etc.) providing user global positioning and monitoring over
such changes both in the foreground and background.
The mapping API allows developers to use maps in their applications, add layers
on top of the map and to enhance the API with additional Layers, Providers and functionality.
The Layers are elements that are displayed on the map.
These are the map providers, currently http://www.openstreetmap.org/ is supported.
Video and Audio playback support are handled within this package using the
com.codename1.media.Media & com.codename1.media.MediaManager APIs.Send e-mail messages through underlying platforms e-mail clients or thru the Codename One cloud.
Local Notification API
In-App Billing/Purchase API's are abstracted by this package.
XPath based expression language designed to assist in JSON/XML parsing/generating
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
Push notification support using either device specific protocols when available
Sharing services, that can be registered on the ShareButton
Connectors for native social network SDK's
Low level calls into the Codename One system, including
support for making platform native API calls.
This package contains everything necessary for unit tests, automation of tests and everything in between.
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
All components are animatable by potential and additional animations (unrelated
to a specific component) can be installed on the fly, transitions between
forms are also handled as part of this package.
Observable pattern event listeners in the spirit of AWT 1.1's event
dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
Contains classes related to geometry locations and calculations such as
rectangle and size
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
Layout managers allow a
com.codename1.ui.Container to
arrange its components by a set of rules that adapt to specific
densities (ppi - pixels per inch).Lists are highly customizable and serve as the basis for
com.codename1.ui.ComboBox and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern, notice that we strongly discourage usage of lists...com.codename1.ui.Painter allows us to draw arbitrary elements
of graphics from plain/scaled/tiled images to gradients and pretty
much any form of graphic drawing we can imagine.Look of the application can be fully customized via this package, it represents
a rendering layer that can be plugged in separately in runtime and themed to
provide any custom look.
This package provides a light-weight scene graph for Codename One.
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set.
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
Tree component for displaying hierarchy based information and its related classes
Utility features that are either too domain specific or don't "fit" into any
other packages including the Resource file format loading API.
The validation framework allows us to mark invalid input in text components and disable components
in the case of invalid input
General utilities classes
A simple regular expression API that is portable across all platforms
The XML package allows parsing XML documents into DOM objects.