Krisenvorrat Inventar-App – Android-App (Kotlin) zur Verwaltung eines Krisenvorrats-Inventars
- ExportData/CategoryExport/LocationExport/ItemExport/SettingExport mit @Serializable - ImportExportRepository-Interface (exportToJson/importFromJson: Result<Unit>) - ImportExportRepositoryImpl mit atomarer Transaktion via DatabaseTransaction - ignoreUnknownKeys=true + Versions-Check (version==1) - @Upsert upsertAll() in CategoryDao, LocationDao, ItemDao, SettingsDao - DI-Binding in RepositoryModule + DatabaseTransaction in DatabaseModule - 5 Unit-Tests (29 passed total) |
||
|---|---|---|
| .github | ||
| .vscode | ||
| Anforderungen | ||
| app | ||
| gradle | ||
| memories/repo | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||