A Guide to Parcelable and Serializable in Android with Kotlin
Introduction
In Android app development, the need to pass data between different components of an app is common. Two common approaches for achieving this are through the use of Parcelable and Serializable. In this blog, we'll explore the differences ...
emmanuel07.hashnode.dev3 min read