[android-developers] Re: Very slow start in my application

2011-07-14 Thread Thomas Lefort
Hi Thanks for the suggestion. I will do that indeed, start a separate thread, makes much more sense. On Jul 13, 10:08 am, gjs wrote: > Hi, > > I'd suggest you do find the culprit not just hide it away. Having > found it, consider what parts can be made to work asynchronously with > Threads or As

[android-developers] Re: Very slow start in my application

2011-07-13 Thread gjs
Hi, I'd suggest you do find the culprit not just hide it away. Having found it, consider what parts can be made to work asynchronously with Threads or Async tasks. 5 second startup is close to getting ANR warning message. Usual recommendation is don't do to much processing (more than a second of s