-
This function is mainly to upload pictures, I see that there are two networks sent and responded successfully in android sudio -> profiler -> netWork. This is also very meaningful to me, meaning that …
-
baolw updated
5 years ago
-
**Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
There is no support for Avalonia properties https://github.com/AvaloniaUI/Avalonia
**What …
-
Hi,
I am using firestore in my project from last 3 months and it was working perfectly in All Kitkat devices but now i Integrated firebase-inappmessaging-display also and firestore stops working in…
-
Can you add throttleFirst to the Click event? Like in your RxBinding "throttleFirst(500, TimeUnit.MILLISECONDS);" We can set the same properties or set properties separately,
like features is very…
-
It appears that a change in Jake Wharton's `rxbinding` library has caused a compile error in the sample app. The class `AdvancedCharacteristicOperationExampleActivity.java` has a failed import:
`imp…
-
Hi Jake,
While using latest **'com.jakewharton.rxbinding3:rxbinding:3.0.0-alpha2'** library, I am unable to consume any android UI widget of your library in my kotlin file.
**For example PFB widge…
-
I want to use rxbinding3 like
RxAdapterView.itemClicks(mListView).subscribe(new Consumer() {
@Override
public void accept(Integer integer) throws Exception {
…
dktlu updated
5 years ago
-
I'm using rxbinding 2.2.0 with Kotlin 1.2.71 and AS 3.2.0 with Jetifier enabled (using the gradle kotlin dsl). When I build, I get the following error:
```
> Task :app:transformClassesWithDexBuild…
-
Hi guys, I faced some problem when implement rxbinding into my recycleview code.
```
private val clickSubject = PublishSubject.create()
val clickEvent: Observable = clickSubject
```
```
o…