Working with RxJava Disposables in Kotlin

In this tutorial, you’ll learn the basics of RxJava Disposables. You will be building an app from scratch that retrieves real-time cryptocurrency data. By Lawrence Tan 🇸🇬.

Leave a rating/review
Download materials
Save for later
Share
You are currently viewing page 3 of 3 of this article. Click here to view the first page.

Where to Go From Here?

You can download the final project by clicking the Download Materials button at the top or bottom of this tutorial. You've learned how to work with Disposables. One of the most common ways to use them is to manage resources and prevent memory leaks.

To learn more about RxKotlin and Disposables, refer to the ReactiveX documentation.

If you have any comments or questions, don’t hesitate to join the discussion below!