Skip to content

Commit 5a573ab

Browse files
committed
Merge branch 'newExp'
2 parents 6f23ea0 + d487718 commit 5a573ab

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,23 @@ new Callback<YourModel>() {
5555
...
5656
```
5757

58+
### Demo app
59+
5860
For a complete example check [demoapp/](/demoapp).
5961

62+
![...](demoapp_scr.png)
63+
6064
### How it works
6165

6266
![...](works_diagram.png)
6367

6468
One request corresponds to two responses: a cache response and a network response. Loading content from your phone is faster than loading from network; therefore your app will show stale content while waiting for a fresh network response. (*Note:* If the network response comes first, cache won't happen.)
6569
70+
Help needed from contributors:
71+
72+
* Make it work with RxJava
73+
* Implement a pool of threads
74+
6675
### License
6776
6877
Copyright 2015-2021 Filip Dimitrovski

demoapp_scr.png

75.3 KB
Loading

0 commit comments

Comments
 (0)