Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Doerflinger
18293d631c Database Up and Running
The Database is now fully functional. For the moment the database is not
fully integrated as we do not have all available data yet. Needs to be
filled with proper data.

For the mechanism to upgrade databases please refer to
https://github.com/jgilfelt/android-sqlite-asset-helper/blob/master/samples/database-v1/src/main/java/com/example/MyDatabase.java
2017-08-09 14:32:44 +02:00
Alexander Doerflinger
349c67f093 Added basic SQLite functionality NOT FUNCTIONAL YET
Unfortunately the Databse connection is not functional yet
as we seem to have some general problems with the db handling.
2017-08-08 12:56:44 +02:00
Alexander Doerflinger
43d91a8a2d Added Constants for database access.
Added a Contants class which contains all global
database keys and some other global information.
2017-08-07 17:14:26 +02:00
Alexander Doerflinger
3be3e9ff57 Initial commit 2017-08-07 16:31:49 +02:00