„README.md“ ändern

This commit is contained in:
Matthias Schreiner 2019-05-18 17:36:02 +00:00
parent 4aa1701704
commit 35bd51916a
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Notifications benötigen immer einen Channel und Channel ID (ab Android O verfü
## 17.05.2019 - Lab 8 Online
Dependency im app gradle File ergänzt:
• google Play Services: implementation 'com.google.android.gms:play-services-location:16.0.0'
Map Fragment implementiert
@ -104,7 +105,9 @@ Neue Permission ACCESS_FINE_LOCATION für GPS Zugriff-> wieder in AndroidManifes
Location Service implementeirt
ActivityMain
• Überprüfung Permission bei startLocationService hinzufügen
• start/stop Locationservice implementiert/erweitert