Learning by Example

Kotlin: Sealed Classes

A concrete example of when you might use sealed classes in Android

Thomas Sunderland
ITNEXT
Published in
3 min readJul 29, 2019

--

Sealed Classes, not Seal Classes!

There have already been quite a few articles written on the topic of Kotlin sealed classes and so I am not going to rehash here what I believe others to have already adequately covered. Instead this article will demonstrate a practical example of utilizing…

--

--