-Simple CRUD App written with CodeNameOne.
-This application creates a Waze integrated customer registry.
- Download the apk from this address: CN1_Presentation.apk
-
Install Netbeans IDE for Java EE aplications (It is free).
(https://netbeans.org/downloads)
Standard installation accepting all default installer suggestions. -
Install Codename one plugin
You can do this using the Netbeans plugin central itself.
Menu option Tools/plugins (tab: Available Plugins)
Search for codename. you will find it. -
Clone this project in your machine: Create a folder to receive the project.
Use cd commando to positioning in side it.
(git clone ) -
Open the project in NetBeans and press play button to run it.
The simulator will open quickly and
you can operate all app functionalities using the Simulator.
You don't need any SDK (Xcode, Android SDK .... no one of them)
installed in your dev machine.
Codename one plugin offers you all tools for code, run, debug and test your app with its own simulator.
Even you want generate the app package to install in physical devices (iOS devices, androide devices, etc) you can do that using codename one cloud builder.