i think i have found a good example.
But I must not create a service, or? I must only call:
saveInstanceState.putParcelable("sh", sh);
in my onSaveInstanceState - function???
And how can i use my sh object, after the activity was recreated??
Does this work:
sh = (SaveHelper)savedInstanceState.getParcelable("sh"); ???
Thanks,
Stefan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---