Skip to content

a javafx application used to generate android java files for database usage

License

Notifications You must be signed in to change notification settings

oricc/SQLiteDatabaseBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

a javafx application used to generate android java files for database usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published