Kotlin and Android: Beyond the Basics with Sealed Classes

In this tutorial, you’ll learn about Kotlin sealed classes and how to use them to manage states when developing Android apps. By Harun Wangereka.

4.6 (19) · 1 Review

Download materials
Save for later
Share
You are currently viewing page 4 of 4 of this article. Click here to view the first page.

Where to Go From Here?

You can download the begin and end projects by using the Download Materials button at the top or bottom of the tutorial.

There’s much you can do with sealed classes in state management. If you want to dive deeper into the subject, you can read our Kotlin Sealed Classes tutorial.

This tutorial touched on several other concepts that were outside the scope of this article.

To learn more about coroutines in Kotlin check out our Kotlin Coroutines Tutorial for Android: Getting Started tutorial.

You can also take a deeper look at how to create clean architecture for your apps in our Clean Architecture for Android tutorial.

We hope you enjoyed this Beyond the Basics with Sealed Classes tutorial. If you have any questions, comments or awesome modifications to this project app, please join the forum discussion below.