Code Monkey home page Code Monkey logo

todoappmaven's Introduction

Todo App

This is the code of the getting started tutorial for in Codename One:

This project is a multi-module Maven project that was generated from a Maven archetype.

Run Instructions

This project can be run from the command line using maven directly, or using the run.[sh|bat] wrapper script.

Using the run.[sh|bat] wrapper script

Run in simulator
./run.sh
Run Desktop App
./run.sh desktop

Build Instructions

This project can be built from the command line using maven directly, or using the build.[sh|bat] wrapper script.

Using the build.[sh|bat] wrapper script

Local Build Targets

The following build targets will be run on your local machine.

jar

Builds a portable executable Jar that runs on any platform supporting JavaSE (e.g. Mac, Windows, Linux, etc..). Default target

Example

Building an executable jar
./build.sh jar

Since "jar" is the default target, the above is equivalent to running:

./build.sh
ios_source

Generates an Xcode project for an iOS app that can be opened and built in Xcode. Requires that you have a Mac with Xcode installed. Project will be created in the ios/generated-sources directory.

Example

Generating an Xcode project
./build.sh ios_source
android_source

Generates an adroid gradle project for an Android app that can be opened and built in Android Studio. *Requires that you have Android developer tools and gradle installed. ANDROID_HOME environment variable should point to android sdk. Either GRADLE_HOME environment variable should point to gradle home, or gradle should be in your PATH. Project will be created in the android/generated-sources directory.

Example

Generating a gradle android project
ANDROID_HOME=/path/to/android-sdk ./build.sh android_source

Build Server Targets

The following targets will intiate a build on the Codename One build server.

ios

Build for iOS using the Codename One build server.

ios-release

Build an iOS app for submission to Apple app store.

android

Build apk/aab for Android using the Codename One build server.

mac_desktop

Build a Mac desktop app.

Mac desktop builds Require a Pro account

windows_desktop

Build a Windows desktop app.

Windows desktop builds require a Pro account

windows_device

Build a Windows (UWP) app.

javascript

Build a web app (compiled to javascript using TeaVM).

Javascript builds require an Enterprise Account

todoappmaven's People

Contributors

shai-almog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.