Re: [android-beginners] Saving contents of a Spinner with onSaveInstanceState

2010-06-19 Thread Mark Murphy
On Sat, Jun 19, 2010 at 1:36 PM, -DC- wrote: > I've got an app that uses a Spinner tied to an Adapter. I want to be > able to save its contents when onSaveInstanceState is called, but am > not sure which put method of the Bundle class I can use to do this? > >    protected void onSaveInstanceState

[android-beginners] Saving contents of a Spinner with onSaveInstanceState

2010-06-19 Thread -DC-
I've got an app that uses a Spinner tied to an Adapter. I want to be able to save its contents when onSaveInstanceState is called, but am not sure which put method of the Bundle class I can use to do this? protected void onSaveInstanceState(Bundle outState) { //TODO: Figure out how to