You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
<stringname="btn_demo_polling">Polling with RxJava</string>
16
16
<stringname="btn_demo_rxbus">Event Bus with RxJava</string>
17
17
<stringname="btn_demo_form_validation_combinel">Form Validation with CombineLatest</string>
18
+
<stringname="btn_demo_pseudo_cache">Pseudo cache using concat</string>
18
19
19
20
<stringname="msg_demo_concurrency_schedulers">This is a demo of how long running operations can be offloaded to a background thread. After the operation is done, we resume back on the main thread. All using RxJava! \n\n To really see this shine. Hit the button multiple times and see how the button click which is a ui operation is never blocked because the long operation only runs in the background</string>
20
21
<stringname="msg_demo_buffer">This is a demo of how events can be accumulated using the "buffer" operation. Tap the button below repetitively and you will notice in the logs that button taps are collected over a span of 2s and printed below.</string>
0 commit comments