Learning RxJava for Android by example
-
Updated
Sep 17, 2019 - Java
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
Add a description, image, and links to the sample topic page so that developers can more easily learn about it.
To associate your repository with the sample topic, visit your repo's landing page and select "manage topics."
Improve the Write logEntry sample on this page
This page is referenced by docs that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we do recommend the standard log wrapper approach in the quickstarts.
Cri