Add communication between WebServer and MainActivity

This commit is contained in:
2020-05-07 22:54:45 +02:00
parent 4458bf66c2
commit 4375eacf47
3 changed files with 58 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'org.nanohttpd:nanohttpd:2.2.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'