Added task removal, task saving/loading

- Also refactored/moved around code for better viewing/functionality
This commit is contained in:
Xevion
2021-12-11 03:31:11 -06:00
parent 489b256ba8
commit adde44050b
3 changed files with 89 additions and 17 deletions

View File

@@ -31,6 +31,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'commons-io:commons-io:2.6'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'