That is what I was gonna do ;)
Simone

On Thu, Apr 1, 2010 at 4:58 PM, Kumar Bibek <coomar....@gmail.com> 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 <kpriblo...@yahoo.com> wrote:
> > On Mar 31, 6:42 pm, Kumar Bibek <coomar....@gmail.com> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to