-
-
Lately we have seen Kotlin/Native tech preview as well as Kotlin JavaScript compiler. As I understand it one of main advantages of developing in these techs would be to be able to have modules written…
Sroka updated
3 years ago
-
-
Some new ones may have come in via 0.30.1 for instance
https://github.com/ReactiveX/RxKotlin/releases/tag/v0.30.1
-
I just updated RxKotlin from 2.3.0 to 2.4.0 and this code no longer compiles.
```kotlin
Observable.just(Unit)
.withLatestFrom(this) { _, item: T -> item }
```
Now I have to write
```kotlin…
-
I've tried depending on some kotlin dependencies as in the following example:
```yaml
io.reactivex.rxjava2:
rxkotlin:
lang: kotlin
version: 2.1.0
```
This generates the f…
-
# [RxKotlin] flatmap과 map의 적절성 💡 | JihoHarrison
0️⃣ 프롤로그 인턴십을 진행하면서 정말 다양한 rxKotlin 코드를 접해 보는 것 같다. 하지만 항상 매일 반복해서 보는 코드임에도 도저히 이해가 가지 않는 부분들이 너무 많았다. 그 중에서도 특히 map과 flatmap의 적절성, Single Steam 의 연속…
-
Refactor all major views to Model-View-Presenter with some RxKotlin support.
-
- [x] rxjava, rxkotlin, rxandroid
- [x] okhttp, retrofit
- [x] gson
- [ ] orma (optional)
-
Seems that I am not yet ready to fully implement reactive in the code
https://github.com/ReactiveX/RxKotlin