I have ArrayList<String> ids = ArrayLi开发者_如何学运维st<String>(); What would be the cleanest way to make it Parceleable? Apparently String itself is not parcelable, so Parcel.writeLi
I\'m trying to use Parcel to write and then read back a Parcelable.For some reason, when I read the object back from the file, it\'s coming back as null.