codelab-android-workmanager
codelab-android-workmanager copied to clipboard
Updates the project to the latest Android Studio (and AGP) stable and use WorkManager's 2.8.0 new Constraints constructor.
In section 5: Add input and output - - The line: "val resolver = appContext.contentResolver" appears out of nowhere and it is not explained in section 3, nor in section...
PIN THIS OR I'LL PIN YOU / ・ω・ _ノ ヽ ノ \_ / / ⌒Y⌒ Y ヽ ( (三ヽ人 / | |
Hello I got an error while following the tutorial. Can you please let me know if my solution is right or if I need to do something else? The details...
This is my snippet code of BlurWorker.kt  This is my BlurViewModel.kt  This is the output in Device File Explorer  I didn't change or refract other classes and...
The 12th section of the codelab (the part on setting constraints) says that once the device or emulator is plugged in, SaveImageToFileWorker will stop being suspended by the 'requiresCharging' constraint...
Hi Team, We are getting very heavy crash of WorkManager library whenever database migration happening which code written by workmanager it self So we found that clevertap also using work...
**OS**: Android 12 **workmanager**: work-multiprocess:2.5.0 **issue**:My application reported the follow exception, and I can't reach the owner of device. So I can't provide the steps to reproduce this issue. `disk...
In SaveImageToFileWorker.kt the code line ``` val imageUrl = MediaStore.Images.Media.insertImage( resolver, bitmap, Title, dateFormatter.format(Date())) ``` throws an exception; hence no image is stored and no output is produced. As a...