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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,5 @@
27
27
<stringname="msg_demo_polling">This is demo of polling or making a call repeatedly with RxJava. \n\nSimple polling: Notice in the logs how a network call (simulated) is repeatedly made in the background.</string>
28
28
<stringname="msg_demo_rxbus_1">Tap on the below button and RxBus will listen to the events</string>
29
29
<stringname="msg_demo_form_comb_latest">Monitor the state of multiple observables with the combineLatest operator. The submit button uses combineLatest to monitor validity of each of the 3 inputs. Only after the 3 inputs contain valid inputs will the submit button be enabled</string>
30
-
<stringname="msg_demo_timing">BTN 1: run single task once (after 2s complete)\nBTN 2: run task every 1s (starts with delay of 1s)\nBTN 3: run task every 1s (start immediately)\nBTN 4: run task 5 times every 3s (then complete)</string>
30
+
<stringname="msg_demo_timing">BTN 1: run single task once (after 2s complete)\nBTN 2: run task every 1s (start delay of 1s) toggle \nBTN 3: run task every 1s (start immediately) toggle \nBTN 4: run task 5 times every 3s (then complete)</string>
0 commit comments