Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here my Scenario, i have listing my data in recycler list view, when user click on the item i need to send the data to another activity, so using Bundle to send data, able to get the data and displaying, but this is not happening for only one item, while sending through the intent data are there, but while receiving, get intent becomes null and throws an error as "android.os.BadParcelableException"

What I have tried:

i have tried many answers from stackoverflow below links

android - BadParcelableException - BroadcastReceiver intent crash - Stack Overflow[^]

android - "BadParcelableException: ClassNotFoundException when unmarshalling <myclass>" while using Parcel.read method that has a ClassLoader as argument - Stack Overflow[^]
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900