Search code examples
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
@Parcelize and enum classes - Overload resolution ambiguity...

androidkotlinenumsparcelableparcel

Read More
Kotlin parcelable class throwing ClassNotFoundException...

android-intentkotlinparcelable

Read More
Nested parcelable runtime execption...

javaandroidparcelableruntimeexception

Read More
Type argument is not within its bounds Expected: Parcelable Found: String...

androidgenericskotlinparcelable

Read More
java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = j...

androidandroid-intentbundleparcelable

Read More
How can I make my custom objects Parcelable?...

androidparcelable

Read More
How to get ParcelableExtra from RecyclerView...

androidandroid-studiokotlinandroid-recyclerviewparcelable

Read More
Holding data model in android application...

androidmvpparcelable

Read More
Android - Parcel Custom Type - FAILED BINDER TRANSACTION...

javaandroidarraylistparcelable

Read More
Passing parcelized Kotlin data class from activity to activity does not persits data...

androidkotlinparcelable

Read More
How to read/write a boolean when implementing the Parcelable interface?...

androidparcelable

Read More
Class X is not abstract and does not implement fun writeToParcel() defined in android.os.Parcelable...

androidparcelablekotlin-android-extensionsandroid-bundlekotlinx.serialization

Read More
How to use Parcel.readTypedList() along with @Parcelize from kotlin-android-extensions?...

androidkotlinparcelablekotlin-android-extensions

Read More
Property would not be serialized into a 'Parcel'. Add '@IgnoredOnParcel' annotation ...

androidkotlinparcelablecompanion-object

Read More
The last of the getParcelableArrayList element appears as empty string...

androidarraylistparcelable

Read More
Passing a Cursor between processes (Parcelable Cursor)...

androidparcelableandroid-cursor

Read More
why it is throw error as NullPointerException when I using Parcelable for my project in Kotlin?...

androidkotlinparcelable

Read More
Android BadParcelableException(Parcelable protocol requires a Parcelable.Creator object called CREAT...

androidandroid-studioproguardparcelable

Read More
Unresolved Reference: When Custom Parcelable Argument Used : Jetpack Navigation...

androidandroid-jetpackparcelableandroid-jetpack-navigationandroid-safe-args

Read More
Do I need to 'keep' Parcelable in proguard rules while obfuscating...

androidproguardparcelableandroid-proguard

Read More
How to read List<List<List<Double>> using Parcelable in Android...

javaandroidparcelable

Read More
How can I send an object from one Activity to another with Intent.putExtra and Parcel?...

androidandroid-intentparcelable

Read More
Is there a convenient way to create Parcelable data classes in Android with Kotlin?...

androidparcelablekotlin

Read More
Create data class that is Parcelable...

androidkotlinparcelable

Read More
BackNext