That is what I was gonna do ;) Simone On Thu, Apr 1, 2010 at 4:58 PM, Kumar Bibek <[email protected]> wrote:
> You can extend the Timer classes and implement the Serializable > interface to achieve serialization. > > Thanks and Regards, > Kumar Bibek > http://tech-droid.blogspot.com > > On Apr 1, 12:01 pm, ko5tik <[email protected]> wrote: > > On Mar 31, 6:42 pm, Kumar Bibek <[email protected]> wrote: > > > > > You can serialize these objects, store it in files and retrieve it. > > > Read up some articles on Serialization in Java. > > > > If they are Serializable - yes. But this is not suitable for long > > term storage or > > transfer to other destinations. What is FQN of those timer objects? > > ( BTW, java.util.Timer is NOT serializable, so you will need some data > > binding) > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- 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

