android saveinstance saving vector datatypes

Posted by Javadid on Stack Overflow See other posts from Stack Overflow or by Javadid
Published on 2010-03-30T05:42:16Z Indexed on 2010/03/30 5:53 UTC
Read the original article Hit count: 504

Filed under:
|
|
|

hi friends, I am making an application which is currently working perfectly but with only 1 problem... As we all know that the activity is destroyed and recreated when user changes the orientation of the phone... my activity needs to save a vector full of objects wen the activity is recreated... i checked the OnSaveInstance() method and found that there is no way a vector can be stored... Does any1 have a suggestion for storing vector so that i can retrieve it on recreation of Activity???

Any help will be appreciated...

Thanx...

© Stack Overflow or respective owner

Related posts about android

Related posts about orientation