Skip to content

shannah/CodeRAD

Repository files navigation

CodeRAD

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.

CodeRAD GitHub

Watch the CodeRAD 2 Introduction Video for a short introduction to features and concepts.

Features

  1. Reusable Components - Facilitates the creation of View components that can be easily reused across projects without requiring any dependencies.

  2. 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.

  3. Clean Separation of Code - Provides model, view, and controller classes which facilitate the clean separation of code following MVC (Model-View-Controller) principles.

  4. Loose Coupling - Views can be "loosely" coupled to their model, allowing them to be used with many different model classes. Learn more

  5. Declarative UI Syntax - Build your user interfaces declaratively using a light and expressive XML-based syntax.

Documentation

Code RAD 1.x Tutorials

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

  1. 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.

Sample Projects

  1. Tweetapp - A Twitter mobile app clone. (For demonstration only - is not a complete clone).

  2. 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.

  3. Grub - UberEats Clone. Developed using CodeRAD 1.0

  4. CodeRAD2 Samples - A collection of samples using CodeRAD components. This serves as a living testbed for CodeRAD components.

UI Kits (Libraries)

  1. Tweet App UI Kit - A CodeRAD 2 library with several Twitter-like UI components. Developed for CodeRAD 2.0.

  2. RADChat App - A library including full-featured components for building a Chat application. (Currently for CodeRAD 1.0, and being adapted to CodeRAD 2).

Building from Source

The following instructions are for Mac and Linux. May work on windows using Git Bash, but not sure.

  1. Open your terminal

  2. Make sure that JAVA_HOME is set to a valid JDK8

  3. Make sure mvn is in your PATH

git clone https://github.com/shannah/CodeRAD
mvn install

Support

CodeRAD is developed and supported by Codename One.

Credits

Developed by Steve Hannah, Codename One.

About

Rapid Application Development toolkit and templates for Java developers using Codename One.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages