Vishnu Kumar SoniSerializable vs Parcelable in Android: Choosing the Right ApproachWhen developing Android apps, sharing data between components like activities and fragments is a common task. Android provides two primary…Nov 30
Aditya TiwariUnderstanding Parcelable vs. Serializable in AndroidIn Android development, efficient data transfer between components such as activities and fragments is crucial for building…Jul 29
Narendra Nath ChatterjeeKotlin Extensions!! Don’t let them extend it’s stay in your codeA complete guide to removing kotlin synthetic in your code.May 19, 2023May 19, 2023
Jatin KumarSerializable and Parcelable (Things you need to know)DO CHECK BONUS INFO AT THE ENDJan 25Jan 25
Vishnu Kumar SoniSerializable vs Parcelable in Android: Choosing the Right ApproachWhen developing Android apps, sharing data between components like activities and fragments is a common task. Android provides two primary…Nov 30
Aditya TiwariUnderstanding Parcelable vs. Serializable in AndroidIn Android development, efficient data transfer between components such as activities and fragments is crucial for building…Jul 29
Narendra Nath ChatterjeeKotlin Extensions!! Don’t let them extend it’s stay in your codeA complete guide to removing kotlin synthetic in your code.May 19, 2023
Tushar TripathiSerializable and ParcelableIn Android, Serializable and Parcelable are two different interfaces that are used to allow objects to be passed between components, such…Sep 6, 2023
JiangHow AIDL slices and transfers large lists of Parcelable data1. Overview When you implement cross-process data transfer through AIDL, you may encounter situations where the amount of data is too…Nov 29, 2023
InProAndroidDevbyHossein AminiAndroid Parcelable in Kotlin MultiplatformKotlin Multiplatform despite all of its benefits sometimes has its own challenges. One of these challenges we recently faced was creating…Oct 8, 20212