Guys I'm writing an app to my son's cell send me his location every minute I searched that I can do it using foreground service is there any tutorial explaining how to do that with Kotlin
k
karelpeeters
03/21/2018, 7:30 PM
Just look up a Java tutorial, it's exactly the same in Kotlin.
a
Angad
03/21/2018, 7:33 PM
For something like that, I write in Java and then change it to kotlin and then learn from it.