Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoesuv/android-background-service


https://github.com/yoesuv/android-background-service

Last synced: 5 days ago
JSON representation

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)