„README.md“ ändern

edit 17.5
This commit is contained in:
Matthias Schreiner 2019-05-18 17:35:18 +00:00
parent d488335795
commit 4aa1701704
1 changed files with 6 additions and 2 deletions

View File

@ -95,13 +95,17 @@ 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
• Neue Permission ACCESS_FINE_LOCATION für GPS Zugriff-> wieder in AndroidManifest.xml
Neue Permission ACCESS_FINE_LOCATION für GPS Zugriff-> wieder in AndroidManifest.xml
Location Service implementeirt
ActivityMain
• Überprüfung Permission bei startLocationService hinzufügen
• start/stop Locationservice implementiert/erweitert