-
My package nim-android-sdk contains 5 artifacts(basksdk, nrtc, avchat, rts, chatroom). This package is linked to jcenter now, but only nrtc can be accessed from https://jcenter.bintray,com. The rest a…
-
Hi there,
There is an strange crash in our android car application due to UndeliverableException.
we are using kotlin with rxjava
retrofit2/retrofit2:adapter-rxjava3 version: 2.9.0
rxjava/rxk…
-
关于Android-CleanArchitecture的domain层
关于UserCase 的困惑:根据这边文章 http://www.jianshu.com/p/f3f0eccbcd6f “不能打断其链式结构”,确实rxjava的链式结构真的是一大优势,但是UserCase的写法我觉得已经违背了链式结构,因为没有办法几个请求使用flapmap链式执行了。还希望能够给点建议。
-
貌似和PermissionsDispatcher产生冲突了啊 。。。也看了前面的那个issue,项目里正好要用到这种库,但是却发现不仅要引入rxjava,而且还要搞:
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.neenbedankt.android-apt'
这个东东。。。。
然后刚引进这个东西Permissions…
-
http://tingapi.ting.baidu.com/v1/restserver/ting?from=android&version=5.6.5.6&format=json&method=baidu.ting.song.getInfos
&songid=540430477
&ts=1492950519740
&e=cisNDaABvXCvZb4fFQ%2BpuCOUkBN02G92…
-
**Describe the bug**
QUIK crashes when I enter blocked numbers. Here is logcat:
```
io.reactivex.exceptions.OnErrorNotImplementedException: The exception was not handled due to missing onError hand…
-
# JakeWharton评价我的代码像是在打地鼠?
> 【标题党警告】本文主要内容为 **Gradle依赖替换规则详解**。
## RxJava3版本迁移的血泪史
不久前`RxJava`正式发布了`3.x`版本,作为`RxJava`的爱好者,笔者第一时间对个人项目进行了`3.x`版本的迁移。
迁移过程中遇到了一个小问题,那就是`RxAndroid`因为没有及时升级,因此内…
-
What version are you currently using?
0.11
What would you like to see?
`Option` NOT `@Deprecated`
Short summary:
Everything `Option` can do can be achieved with nullable types in a more…
-
This is more of a remark than a bug as the code is functional as is.
The sample code makes heavy use of `ListenableFuture`, Guava and is Java based.
I understand that this is according to Googl…
-
io.reactivex.exceptions.OnErrorNotImplementedException:The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava…