I have several Views for which I want to save the state using the PutParcelable method of the Bundle passed to OnSaveInstanceState & OnCreate. I am very new to Xamarin.Android, and have never used PutParcelable before. Can anybody tell me how to do the create the IParcelable from a View (the Views I am using are not custom, they are standard Views, so I think they have IParcelable implemented), as well as recreate the View afterwards using the IParcelable? Thanks.