Skip to content

Commit 11744c9

Browse files
author
Kaushik Gopal
committed
feat: added RxBus example
1 parent a228658 commit 11744c9

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ While the example here is pretty rudimentary, the technique used to achieve the
6464

6565
This is an example of polling using RxJava Schedulers. This is useful in cases, where you want to constantly poll a server and possibly get new data. The network call is "simulated" so it forces a delay before return a resultant string.
6666

67+
### RxBus - An event bus using RxJAva
68+
69+
Have a look at the accompanying blog posts for details on this demo:
70+
71+
1. [Implementing an event bus with RxJava](http://nerds.weddingpartyapp.com/tech/2014/12/24/implementing-an-event-bus-with-rxjava-rxbus/)
72+
2. [DebouncedBuffer used for the fancier variant of the demo](http://nerds.weddingpartyapp.com/tech/2014/12/24/secret-bonus-part-debouncedbuffer-used-in-rxbus-example/)
73+
3. [share/publish/refcount](http://nerds.weddingpartyapp.com/tech/2014/12/24/rxjava-share-publish-refcount-and-all-that-jazz/)
74+
6775

6876
## Work in Progress:
6977

@@ -77,10 +85,6 @@ Examples that I would like to have here, but haven't found the time yet to flush
7785
a. Simple pagination
7886
b. Optimized pagination
7987

80-
### Event Bus with RxJAva (wip)
81-
82-
http://stackoverflow.com/questions/19266834/rxjava-and-random-sporadic-events-on-android
83-
8488

8589
## Contributing:
8690

0 commit comments

Comments
 (0)