Uhm ok, thank you for the tip. Simone On Wed, Mar 31, 2010 at 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. > > Thanks and Regards, > Kumar Bibek > http://tech-droid.blogspot.com > > On Mar 31, 9:02 pm, Simone <[email protected]> wrote: > > Hi, I have an array of 5 Timer objects in my app, some of wich have > > been scheduled with a TimerTask. > > I need to be able to store and load these 5 Timers; is there a way to > > save Objects? Maybe storing the address of the array would be enough? > > How could I do that? > > Thanks > > Simone > > -- > 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

