Added "GetAll" Functions to Database handler

These functions return all items of a single kind.
We need to think of if we should handle more logic within sqlite
queries (eg. more specific like get all characters of this game) or if we would
like to handle this on apps side.
This commit is contained in:
Alexander Doerflinger
2017-08-09 15:28:22 +02:00
parent 18293d631c
commit 05076a01f1
4 changed files with 711 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
minSdkVersion 16
targetSdkVersion 25
versionCode 5
versionName "0.1.5"
versionCode 6
versionName "0.1.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {