This project includes a collection of samples that demonstrate the usage of CodeRAD components.
Download or clone this repository, then open the project in IntelliJ.
Then press the "Run" button.
Note
|
Dependencies
Dependencies in this repository point to SNAPSHOT versions of both Codename One and CodeRAD. In order to run this project, you’ll either need to change the dependencies in the pom.xml file and the common/pom.xml XML file to point to release versions, or you need to install Codename One and CodeRAD into your local Maven repository. At time of writing the latest Codename One release version is 7.0.33. You can update this project to point to this version by changing the At the time of writing, the latest version of CodeRAD is 2.0-pre4. You can update this project to use this version by changing the |
The com.codename1.rad.sampler views package includes some sample CodeRAD views.
Most of the app’s Java source code can be found in the com.codename1.rad.sampler package in the common module.
-
CodeRAD - The CodeRAD Github Repository includes all the information you need to get started building iOS and Android apps using CodeRAD.
-
Codename One Website - CodeRAD is built upon Codename One, a toolkit for building truly native, mobile-first, pixel-perfect apps in Java and Kotlin.
This project created by Steve Hannah.