-
## Description
When attempting to build the app it fails during build with the error
`Execution failed for task ':app:compileSdk'.`
`Process 'command 'cmd'' finished with non-zero exit value…
-
We need an integration module for Android `LiveData` architecture components that provides read-to-use extensions for their use with coroutine in a similar style to reactive integration modules. See a…
-
【version】
```
api 'io.reactivex.rxjava2:rxjava:2.x.y'
api 'io.reactivex.rxjava2:rxandroid:2.0.1'
api 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.1'
api 'com.jakewharton.rxbinding2:rxbindi…
-
Lost in the migration to gradle.
https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/2.0.0-SNAPSHOT/
-
Image:
![dependency-graph](https://user-images.githubusercontent.com/5759366/38934830-fd92290c-431c-11e8-8dd4-43e082af61ae.png)
When using the normal dot the boxes will grow larger as necessary:…
-
We've seen and heard struggles with the initial value behavior. Some observables emit it (property-based ones) and others do not (event-based ones).
It would be nice to encapsulate this in the type s…
-
There is a common problem with async rendering: due to async data arrival and async switching to ui thread you're effectively skipping first frame.
In many cases it's not really a problem because i…
-
### DESCRIPTION
I can build a debug apk without any issues, but if I try to generate a signed apk it fails every time.
### STEPS
1. Create Signing Key
2. Generate Signed APK
### EXPECTED
I e…
-
## Crash upon implementing withOnClickListener.
Hi, Good day,
Turning on proguard makes it crash upon clicking:
```
fastItemAdapter.withOnClickListener((v, adapter, item, position) -> {
…
-
Started happening recently and noticed it on a couple of different android repos
https://github.com/uber/AutoDispose/pull/71
https://github.com/JakeWharton/RxBinding/pull/404
Error is basically…