A Guide to Parcelable and Serializable in Android with Kotlin
Jan 14, 2024 · 3 min read · 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 ...
Join discussion