RxJava-Android-Samples icon indicating copy to clipboard operation
RxJava-Android-Samples copied to clipboard

Learning RxJava for Android by example

Results 10 RxJava-Android-Samples issues
Sort by recently updated
recently updated
newest added

Where is the code of the examples? I only see descriptions in readme

Hey Thanks for all the useful examples. I'm just picking up Android and RxJava2, coming from a Javascript background, and they have been very instructive. I have a question regarding...

A small fix of method name typo. _from_ -> `btn5_RunTask5Times_IntervalOf3s()` _to_ -> `btn5_RunTaskA_Pause_ThenRunTaskB()` > As btn4 has the same name as `btn4_RunTask5Times_IntervalOf3s()`

i got memory leak report on DebounceSearchEmitterFragment. the log info: 01-08 11:55:57.399 544-3247/com.morihacky.android.rxjava D/LeakCanary: In com.morihacky.android.rxjava:1.2:2. 01-08 11:55:57.399 544-3247/com.morihacky.android.rxjava D/LeakCanary: * com.morihacky.android.rxjava.fragments.DebounceSearchEmitterFragment has leaked: 01-08 11:55:57.399 544-3247/com.morihacky.android.rxjava D/LeakCanary: * GC...

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...

Hi, I just want to see your example however I am having an error when running your example. here it is. ``` Error:java.lang.OutOfMemoryError: GC overhead limit exceeded Error: at java.util.Arrays.copyOfRange(Arrays.java:3664)...

upgrade to gradle 3.0.0 and replace Handler with runonUiThread for ConcurrencyDemoFragment

If you turn the screen off during pagination and turn it on for a while, the item is added from 0 to 9. Like this, > Item 0 Item 1...

In case of network connection failure, VolleyError.networkResponse is null. If it is null, App crach occurs. ```java 10-19 14:46:36.691 31111-31195/com.morihacky.android.rxjava E/routes: com.android.volley.NoConnectionError: java.net.UnknownHostException: Unable to resolve host "www.weather.com.cn": No address...