codelab-android-workmanager
codelab-android-workmanager copied to clipboard
Hi everyone, we're using WorkManager in an app in which we've also [LeakCanary](https://square.github.io/leakcanary/) configured and we always receive this warning after a run of each Periodic Worker: ``` 16:49:08.888 LeakCanary...
Code is outdated, having many deprecated codes
There is a mistake in step 4. ‘More blurred' option doesn't matter because the level is not used yet.
Minor clean up..
Add pre-requisite about notification.
Hi All, can anyone help with this problem. I finally downloaded and ran the solution code ... and the 'notification's DON'T work in that app version either !!!! ... is...
In WorkerUtils.kt fun blurBitmap Change code ``` rsContext = RenderScript.create(applicationContext, RenderScript.ContextType.DEBUG) val inAlloc = Allocation.createFromBitmap(rsContext, bitmap) val outAlloc = Allocation.createTyped(rsContext, inAlloc.type) val theIntrinsic = ScriptIntrinsicBlur.create(rsContext, Element.U8_4(rsContext)) theIntrinsic.apply { setRadius(10f) theIntrinsic.setInput(inAlloc)...
12-24 21:12:35.920 6675 8461 E AndroidRuntime: FATAL EXCEPTION: pool-8-thread-1 12-24 21:12:35.920 6675 8461 E AndroidRuntime: Process: com.coloros.sceneservice, PID: 6675 12-24 21:12:35.920 6675 8461 E AndroidRuntime: java.lang.IllegalStateException: Room cannot verify the...
Back traces starts. java.lang.IllegalArgumentException: column 'id' does not exist. Available columns: [required_network_type, requires_charging, requires_device_idle, requires_battery_not_low, requires_storage_not_low, trigger_content_update_delay, trigger_max_content_delay, content_uri_triggers, , state, worker_class_name, input_merger_class_name, input, output, initial_delay, interval_duration, flex_duration, run_attempt_count, backoff_policy,...