-
Compiling with latest version 2.11.1 in Android Studio 3.5.3 gives me this error:
`Invoke-customs are only supported starting with Android O (--min-api 26)`
I have also enabled Java 1.8 but this err…
-
Subtask of #1092
We have already implemented a stricter process for including new libraries in pull requests, and we will now go through all our existing dependencies to see if we should keep or r…
-
As per current implementation, we are not able to access the `Recyclerview` object in `scrollStateChanges` as you have provided for the `scrollEvents`.
https://github.com/JakeWharton/RxBinding/blob…
-
For tracking, and because I don't know how to debug that.
The IDE would just show stubs from the class files. Clicking _download source_ doesn't do much. The logs says it fails
> 13:27 Executing t…
-
❗For how-to inquiries involving Airship functionality or use cases, please
contact (support)[https://support.airship.com/].
# Preliminary Info
### What Airship dependencies are you using?…
-
Is there a Koxlin Flow version of RxBinding?
ssiyy updated
5 years ago
-
Hi,
After upgrading some libraries, the subscribe() method will throw Null Pointer exception when minifyEnabled is set to true. If I remove minifyEnabled then the code is working fine. Basically nu…
-
When I upgraded my Gradle Android plugin to 3.3.1 I got the following warning:
> > Task :app:compileDebugJavaWithJavac
> Gradle may disable incremental compilation as the following annotation proc…
-
BaseRecyclerViewAdapterHelper可以与RxBinding或RxJava这些库一块实用吗?
-
Hi Jake,
**PFB code that executes only one time**
```
class BookAgentActivity : BaseActivity(), BookAgentView {
@Inject
@field:Named("activity")
lateinit var compositeDisposable:…