Emmanuel Abrahamemmanuel07.hashnode.dev·Jan 14, 2024A Guide to Parcelable and Serializable in Android with KotlinIntroduction 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 ...170 readsparcelable