[ACCEPTED]-ArrayList cannot be cast to Parcelable-parcelable
Accepted answer
try change
i.putParcelableArrayListExtra("com.example.books.BookStatus", listToPass);
to
i.putExtra("com.example.books.BookStatus", listToPass);
and
bundle.getParcelable
to
bundle.getParcelableArrayList
0
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.