-
[**The introduction to Reactive Programming you've been missing**
](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
**RxJava** 是 ReactiveX 的一部分,一组开源库。它们有许多不同的库,包括 JavaScript, Groovy, Ruby, Java,…
-
Some things to include:
* Required tutorials:
* Android development with Android Studio
* RxJava tutorial / videos
* Basic dependency injection with Dagger 2
* Git and Github tutorials…
-
Ref. https://github.com/googlesamples/android-architecture
-
i think using rxjava with android architecture component will be good mix especially with the new "VIEW MODEL" class and using that component for retaining that rxjava stream instead of retain fragme…
-
## Description :scroll:
* Give a step-by-step tutorial in Java along with a brief and clear explanation.
* Required Documentation or Video or Audio.
## Domain of Contribution :bar_cha…
-
README writes :
`implementation 'com.github.instacart:truetime-android:'`
but it's wrong , the right address should be :
`implementation 'com.github.instacart.truetime-android:library:'` which …
-
## 현재 프로젝트 코드에 Rx를 적용해본다
#### 리펙토링할 클래스
* [BackendHelper.java](https://github.com/mash-up-kr/9tique-android/blob/develop/app/src/main/java/kr/co/mash_up/a9tique/data/remote/BackendHelper.java) - C…
-
-
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForBaiduDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Dup…
-
2019-07-01 14:06:33.326 727-727/com.leeeyou.rskotlin E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.leeeyou.rskotlin, PID: 727
java.lang.IllegalStateException: Exception thrown on Sche…