A javafx application used to generate android java files for database usage.
In order to use the program, launch the Main.java file.
The main javafx window will open and allow you to edit the database in the GUI.
When done, click on code->Generate Java Code and select a location to save the files.
Two files will be created in a new folder:
- Database.java: the actual database you will use in your application.
- DBHelper.java: a helper class to create the SQLite database.
You can get the built program (.jar file) here (click the download button)
See:
Android developers: database
TutorialsPoint: Android Database