If you use the @Parcelize annotation, how do you a...
# android
k
If you use the @Parcelize annotation, how do you access the CREATOR part of the autogenerated parcelable implementation? this.messages =
in
.createTypedArrayList<Message>(Message.CREATOR) Using Creator or CREATOR doesn't work...