I have to save String
s and Integer
s into a Bundle
in onSavedInstanceState()
so when the screen orientation changes it will continue where it left off in the other orientation.
Is is possible to store more complex objects like an instance of Handler
into a Bundle
? How can this be done?