Hi I'm currently writing an app that restores the data/UI state to what it was before it was paused or destroyed. However on returning to the app, there is an 5-8second delay with a blank screen before the view is restored.
Ive tried using threads, eliminating as many object instantiations as possible but the delay is still there. My first/last thought was that one of the strings being re-created is a XML file (in a string) and is then iterated through 25 times, so I stored the Array List it was in and re-created it so no iteration - but still a delay. The data is stored in shredPreferences and im wondering if this is the best implementation? I may just be googling with incorrect search terms but dont seem to be able to find anything on its performance. Thanks Gregory -- 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

