PiN73 / TestTimer

Listening location updates using Service in Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestTimer

The application is listening and displaying realtime location updates. Service is used to keep it active when the app is in background or screen is turned off. Location data is passed from Service to Activity using BroadcastReceiver.

Contents

Service — listens location updates and sends data to reciever

Activity — requests permissions, starts service and displays data

Libraries used

Smart Location Library — to simplify location quering

PermissionsDispatcher — to simplify permissions quering

About

Listening location updates using Service in Android


Languages

Language:Kotlin 100.0%