Skip to content

Commit 2f4289b

Browse files
author
Kaushik Gopal
committed
docs: adding notes on wip examples
1 parent dea67fd commit 2f4289b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ This is a demo of how events can be swallowed in a way that only the last one is
3030

3131
As you type in the input box, it will not shoot out log messages at every single input character change, but rather only pick the lastly emitted event (i.e. input) and log that. \n\nThis is the debounce/throttleWithTimeout method in RxJava.
3232

33-
### 4. Replacing your event Bus (wip)
33+
### 4. Working examples of github from JakeWharton's Retrofit preso at Netflix (wip)
34+
35+
https://www.youtube.com/watch?v=aEuNBk1b5OE#t=2480
36+
https://speakerdeck.com/jakewharton/2014-1
37+
38+
39+
### 5. Pagination (zip) (wip)
40+
41+
a. Simple pagination
42+
b. Optimized pagination
43+
44+
### 6. Replacing your event Bus (wip)
3445

3546
http://stackoverflow.com/questions/19266834/rxjava-and-random-sporadic-events-on-android

0 commit comments

Comments
 (0)