Search code examples
Unmarshalling errors in Android app with custom parcelable classes...


androidexceptionparcelableruntimeexception

Read More
Android Parcelable for Kotlin is not working...


androidandroid-fragmentskotlinparcelable

Read More
'boolean java.lang.Class.isInterface()' on a null object reference...


androidkotlinnullpointerexceptionparcelableandroid-13

Read More
Parcelable protocol requires a Parcelable.Creator object called CREATOR (I do have CREATOR)...


javaandroideclipseparcelable

Read More
The getParcelableExtra method is deprecated...


androidandroid-intentparcelable

Read More
Parcelables don't support default values. Android navigation deeplink argument...


androidnavigationparcelabledeeplinkandroid-safe-args

Read More
A field 'stability' is added in my Parcelable classes...


javaandroidparcelable

Read More
getParcelable() crashes due to null ifTable in AGP 8...


androidparcelableandroid-r8android-gradle-plugin-8.0

Read More
Gson.toJson(PrinterInfo) returns empty object...


androidgsonparcelable

Read More
How do I define a custom class with Parcelable using Stable AIDL?...


android-ndkparcelableaidl

Read More
How to save custom ArrayList on Android screen rotate?...


androidobjectarraylistparcelablescreen-rotation

Read More
How to use @Parcelize now that kotlin-android-extensions is being deprecated?...


androidkotlinannotationsparcelable

Read More
RealmObject AND Parcelable...


javaandroidrealmparcelable

Read More
Why do I get ‘does not implement abstract member’ warning while using kotlinx.android.parcel.Parceli...


androidkotlinparcelableparcelkotlinx

Read More
Why does it still say "Unresolved reference: button" even when I have button id in xml?...


androidkotlinparcelable

Read More
Android: Using Parcel to Generate a Deep Copy...


androidkotlinparcelabledeep-copy

Read More
Null object when retrieved via parcelableextra via intent...


javaandroidparcelable

Read More
How to fix Unmarshalling unknown type code XXX at offset YYY in Android?...


androidserializationmarshallingunmarshallingparcelable

Read More
How to parcelise member variable other than constructor in data class while using @Parcelize...


androidkotlinandroid-roomparcelablekotlin-android-extensions

Read More
Why DeadObjectException during AIDL call using byte[] but not Bitmap?...


androidandroid-bitmapparcelableaidlandroid-binder

Read More
Cannot implement @Parcelize annotation...


androidkotlinparcelable

Read More
I want to pass date data to another fragment...


androidsqlitekotlinparcelable

Read More
how to pass an object containing with drawable parameter to another activity through intent using Pa...


androidandroid-intentandroid-activitydrawableparcelable

Read More
How to pass ArrayList of Objects from one to another activity using Intent in android?...


androidandroid-intentparcelable

Read More
Android: How to pass Parcelable object to intent and use getParcelable method of bundle?...


androidandroid-intentbundleparcelable

Read More
How to use Parcelize Annotation in Android Kotlin?...


androidkotlinandroid-jetpack-composeparcelable

Read More
My object is getting wrecked in the transfer from activity to activity, using Parcelable, in Android...


android-intentandroid-activityparcelable

Read More
Migrate to the new kotlin-parcelize...


androidkotlinparcelable

Read More
Generic extension function Kotlin...


androidkotlinparcelablekotlin-extension

Read More
How to pass an object through Navigation in Android compose?...


androidandroid-jetpack-composeparcelablejetpack-compose-navigation

Read More
BackNext