https://github.com/robertohuertasm/endless-service
Example of an Android Foreground Service that will never stop running.
https://github.com/robertohuertasm/endless-service
android foreground-service
Last synced: 9 months ago
JSON representation
Example of an Android Foreground Service that will never stop running.
- Host: GitHub
- URL: https://github.com/robertohuertasm/endless-service
- Owner: robertohuertasm
- Created: 2019-06-30T02:18:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T16:49:55.000Z (over 3 years ago)
- Last Synced: 2025-05-26T15:26:20.282Z (about 1 year ago)
- Topics: android, foreground-service
- Language: Kotlin
- Homepage: https://robertohuertas.com/2019/06/29/android_foreground_services
- Size: 126 KB
- Stars: 231
- Watchers: 5
- Forks: 77
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Endless Service
This is just a project showing how to run an Android Foreground Service that will never stop running.