Rapid Application Development toolkit and templates for Java developers using Codename One. It focuses on higher reusability, rich UI components and MVC (Model-View-Controller) principles.
Watch the CodeRAD 2 Introduction Video for a short introduction to features and concepts.
-
Reusable Components - Facilitates the creation of View components that can be easily reused across projects without requiring any dependencies.
-
Rich UI Components - Components built with CodeRAD are richer than the standard Codename One UI components. They are designed to be useful right out of the box, while still being customizable.
-
Clean Separation of Code - Provides model, view, and controller classes which facilitate the clean separation of code following MVC (Model-View-Controller) principles.
-
Loose Coupling - Views can be "loosely" coupled to their model, allowing them to be used with many different model classes. Learn more
-
Declarative UI Syntax - Build your user interfaces declaratively using a light and expressive XML-based syntax.
-
CodeRAD Wiki - Best source for reference documentation on CodeRAD components.
The following tutorials were written for CodeRAD 1.0 and are in the process of being updated to CodeRAD 2. There have been substantial changes in the way you build apps using CodeRAD 2, so bear that in mind when going through them
-
How to Build a Messenging App in Codename One - A good startng place for getting a feel for what it is like to develop an app using CodeRAD.
-
Tweetapp - A Twitter mobile app clone. (For demonstration only - is not a complete clone).
-
RADChat Demo - RADChatApp is a full-featured chat room app UI component. UI only. For demonstration purposes. Developed using CodeRAD 1.0. Currently being updated to use 2.0.
-
Grub - UberEats Clone. Developed using CodeRAD 1.0
-
CodeRAD2 Samples - A collection of samples using CodeRAD components. This serves as a living testbed for CodeRAD components.
-
Tweet App UI Kit - A CodeRAD 2 library with several Twitter-like UI components. Developed for CodeRAD 2.0.
-
RADChat App - A library including full-featured components for building a Chat application. (Currently for CodeRAD 1.0, and being adapted to CodeRAD 2).
The following instructions are for Mac and Linux. May work on windows using Git Bash, but not sure.
-
Open your terminal
-
Make sure that JAVA_HOME is set to a valid JDK8
-
Make sure
mvn
is in your PATH
git clone https://github.com/shannah/CodeRAD
mvn install
CodeRAD is developed and supported by Codename One.