Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 980 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 980 Bytes

SQLiteDatabaseBuilder

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:

  1. Database.java: the actual database you will use in your application.
  2. DBHelper.java: a helper class to create the SQLite database.

Get Program

You can get the built program (.jar file) here (click the download button)

See:
Android developers: database
TutorialsPoint: Android Database