I have seen several questions similar to this about saving objects using Parceable (see here). But I want to save an array of an object which I cannot implement Parceable for because it is a predefined object which we get in android (Button, Color, etc...). How would I go about saving an array of these objects? I am really sorry if I am just missing something.
Thanks,
Pi Net