-
I am using from OneSignal in my project like bellow:
```
def taskRequests = getGradle().getStartParameter().getTaskRequests().toString()
def isPlay = !(taskRequests.contains("Foss") || taskReques…
-
The issue relates to this [page](https://codelabs.developers.google.com/codelabs/android-workmanager-kt/index.html?index=..%2F..index#3).
Code block below:
```java
Bitmap picture = BitmapFactor…
-
Recently learned Kotlin. It will be really helpful if sourcecode for workmanager codelab can be made available in kotlin as well.
-
There are some breaking changes in 1.0.0-alpha12 of workmanager, see here:
Breaking API Changes
Support for Firebase JobDispatcher has been removed because of its impending deprecation. This me…
-
The tests pass on AS, but they fail with the following error when those exact same tests are run on CircleCI.
```
java.lang.IllegalStateException: this method should only be called by Robolectric
…
-
Question: Should we be checking if TrueTime is initialized already in the `initialize` calls, or should we only be checking at the time of retrieving `now` from TrueTime?
have a look at the last comm…
-
The build fails when using the latest version of the plugin (with compile SDK 28), giving the following error:
```
Program type already present: com.google.common.util.concurrent.ListenableFuture
`…
-
Remove anko sqlite from project. It's a dependency that doesn't need to be there.
-
We are using the following WorkManager
def work_version = "1.0.0-alpha02"
implementation "android.arch.work:work-runtime:$work_version" // use -ktx for Kotlin
// optional - Firebase J…
-
**_After adding workout manager dependencies already working module giving below error_**
java.lang.NoSuchMethodError: No direct method (Landroid/arch/persistence/room/DatabaseConfiguration;Landroi…