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
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, 2023Nov 29, 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
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
Mahmoud ElFoulySerializable vs Parcelable: Choosing the Optimal Serialization Approach in Android DevelopmentSerialization is a crucial aspect of Android development, enabling the transfer of objects into bytes for storage in databases…Oct 9, 2023
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