https://github.com/jarroyoesp/worker-manager-example
This is an example of Android application showing some examples to explain how WorkManager works.
https://github.com/jarroyoesp/worker-manager-example
Last synced: about 1 month ago
JSON representation
This is an example of Android application showing some examples to explain how WorkManager works.
- Host: GitHub
- URL: https://github.com/jarroyoesp/worker-manager-example
- Owner: jarroyoesp
- Created: 2019-03-12T09:56:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T08:49:58.000Z (about 6 years ago)
- Last Synced: 2025-02-28T03:23:27.182Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 146 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worker-Manager-Example
This is an example of Android application showing some examples to explain how WorkManager works. WorkManager allows developers
to execute background tasks. If you want to know more about it, you can take a look to this post on [Medium](https://proandroiddev.com/exploring-the-stable-android-jetpack-workmanager-82819d5d7c34).