> > Couldn't figure a way to save my overlay class to bundle
Have your Overlay class implement the Parceable interface, which you can then save to / restore from a Bundle. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Jan 5, 2010 at 6:48 AM, Stefan <[email protected]> wrote: > On Jan 5, 1:16 pm, Master_Ne0 <[email protected]> > wrote: > > I also had this problem, i had to save the overlay locations to the > > outstate bundle then add them again onResume. Couldn't figure a way to > > save my overlay class to bundle. Let me know if you find a better > > workaround. > > > > Ne0 > > > > Thanks for your fast answer. Because this is the best idea until know, > i will test your solution and if i find a better way, i will let you > know. > > Thanks again, > Stefan > > -- > 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 >
-- 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

