| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 31def9f commit ec617b2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,14 +36,13 @@ Two implementations: | |||
| 36 | 36 | 2a. Using a traditional observable - but encompassing the OnClick within the observable | |
| 37 | 37 | 2b. Using PublishSubject and sending single clicks to the Observable, which in-turn then sends it to the Observer | |
| 38 | 38 | ||
| 39 | - ## Work in Progress: | ||
| 40 | - | ||
| 41 | - ### Retrofit and RxJava (zip, flatmap) (wip) | ||
| 39 | + ### Retrofit and RxJava (zip, flatmap) | ||
| 42 | 40 | ||
| 43 | 41 | [Retrofit from Square](http://square.github.io/retrofit/) is an another amazing library that helps with easy networking (even if you haven't made the jump to RxJava just yet, you really should check it out). It works even better with RxJava and these are examples taken straight up from the android demigod developer Jake Wharton's talk at Netflix. You can [watch the talk](https://www.youtube.com/watch?v=aEuNBk1b5OE#t=2480) at this link. Incidentally, my motiviation to use RxJava was from attending this talk at Netflix. | |
| 44 | 42 | ||
| 45 | 43 | Since it was a presentation, Jake only put up the most important code snippets in [his slides](https://speakerdeck.com/jakewharton/2014-1). Also he uses Java 8 in them, so I flushed those examples out in ~~good~~ old Java 6. | |
| 46 | 44 | ||
| 45 | + ## Work in Progress: | ||
| 47 | 46 | ||
| 48 | 47 | ### First retrieve from cached data, then make a network call if you can't find your data (concat) (wip) | |
| 49 | 48 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments