I am a new developer for Android and searching about how to save custom object as persistent data. How can I save an object and restore it ?
I've researched several methods such as onSaveInstanceState and onRestoreInstanceState. But there is no method to save Vector/Object/. And I couldn't know how to save when it is on runtime.
Can you suggest me sample code ?
Thanks in advance.