πŸ“¦ oas004 / hilt-workmanager-sample

Sample app to show implementation of Work Manager with Hilt in a multi modular project

β˜… 0 stars β‘‚ 0 forks πŸ‘ 0 watching
πŸ“₯ Clone https://github.com/oas004/hilt-workmanager-sample.git
HTTPS git clone https://github.com/oas004/hilt-workmanager-sample.git
SSH git clone git@github.com:oas004/hilt-workmanager-sample.git
CLI gh repo clone oas004/hilt-workmanager-sample
Odin AsbjΓΈrnsen Odin AsbjΓΈrnsen Update README.md 4f9cbd1 4 years ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ app
πŸ“ gradle
πŸ“ lib
πŸ“„ .gitignore
πŸ“„ build.gradle
πŸ“„ gradlew
πŸ“„ gradlew.bat
πŸ“„ README.md
πŸ“„ settings.gradle
πŸ“„ README.md

Hilt WorkManager Sample

Sample app to show implementation of Work Manager with Hilt in a multi modular project trying to follow the hilt workmanager documentation

You can test the implementation by git clone git@github.com:oas004/hilt-workmanager-sample.git and running the project. Press the button on the screen to start the work manager process. The process is just to write out in the log, but you can easily change it out with any other hilt provided dependency.