Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/android-background-service
https://github.com/yoesuv/android-background-service
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoesuv/android-background-service
- Owner: yoesuv
- Created: 2021-10-31T12:41:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T05:04:37.000Z (about 2 months ago)
- Last Synced: 2024-11-16T06:17:54.023Z (about 2 months ago)
- Language: Kotlin
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Background Service #
How to use background service in android with Work Manager & Alarm Manager.
Show notification in every 15 minutes (periodically).
Setting Alarm in exact time.
Download apk [here](https://e.pcloud.link/publink/show?code=XZn6sxZbmopIRxDREBqx0tuiyRjER5rDFLV)#### Screenshot ####
| ![](https://i.imgur.com/qplSnwb.png) | ![](https://i.imgur.com/kyjj8yV.png) | ![](https://i.imgur.com/uusuYpG.png) |
|:-----:| :---: | :---: |
| ![](https://i.imgur.com/8wl4fco.png) | ![](https://i.imgur.com/VazB24j.png) | ![](https://i.imgur.com/LFuttWb.png) |#### Reference ####
- [Alarm Manager](https://developer.android.com/develop/background-work/services/alarms/schedule)
- [Notification](https://developer.android.com/guide/topics/ui/notifiers/notifications)
- [Shared Preferences](https://developer.android.com/reference/android/content/SharedPreferences)
- [Stack Overflow](https://stackoverflow.com/a/7960057)
- [View Binding](https://developer.android.com/topic/libraries/view-binding)
- [Work Manager](https://developer.android.com/develop/background-work/background-tasks/persistent/getting-started/define-work)