Saving Parcelable data
问题 I have a class which implements Parcelable, and could not implement Serializable because it contains some basic Android classes that I can not modify. Some of the objects in this class are for example Location and PendingIntent (which are all conveniently Parcelable). My problem is saving this information between the instances of my main Activity. Currently, I'm holding a static reference to this class, which works well. But I assume that when I re-install the app, and probably when updates