Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Doerflinger
2ffb854927 Fully Functional Database loading
Adapter needs to be replaced with custom adapter.
Click needs to be implemented as well.
2017-08-16 16:20:52 +02:00
Alexander Doerflinger
a25a12b8c7 [INTERMEDIATE STATE] Pager implementation started
Seems not to work at all. We need to have a further look into this.
At least it is somehow not crashing anymore...
2017-08-10 16:54:55 +02:00
Alexander Doerflinger
9494c081d1 Added Generic and Specific Fragments
Generic Fragment Layout was defined
Specific Laout Object wer integrated including all object specific handling
FragmentObjects can now be added to ListViews.
Possible clean solution would be to have a PagingAdapter for each object type.
2017-08-10 10:11:29 +02:00
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