Using the Codename One Designer Tool to Create Apps Visually

Originally published at: http://www.sitepoint.com/using-codename-one-designer-tool-create-apps-visually/

In our last article on CodenameOne I discussed basic usage of its Designer tool. In this article we will look at The tool and it’s usage in more detail.

CodenameOne UI basics

Every UI element within CodenameOne is a subclass (directly or indirectly) of the Component class. If you are familiar with Android development, you can think of the Component class as the View class. Every Component has four style objects:

  1. Selected
  2. Unselected
  3. Disabled
  4. Pressed

Each of these styles contains information about the UI, such as font, colors, border, etc.

Continue reading this article on SitePoint

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.