Split in more fragments. Trigger gui update trough db change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 12:30:31 +01:00
parent 70da57df9c
commit f6b3f70e18
19 changed files with 413 additions and 229 deletions

View File

@@ -80,6 +80,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
implementation 'androidx.fragment:fragment:1.4.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'