|
I wouldn't count on ever being called when your app is as busy as it
is. Instead, I would make sure that there was only one instance of your specific Runnable on the queue. Set a flag when you create and queue the Runnable and have the Runnable clear the flag when it completes, and don't create the Runnable again if the flag is set. Al wrote: Michael, I had a look at http://code.google.com/android/reference/android/os/MessageQueue.IdleHandler.html, which is supposed to be called when the message queue is empty, but I never received a call on it. I'm implementing it like this: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
- [android-developers] Large amounts of data and app respo... Al
- [android-developers] Re: Large amounts of data and ... Romain Guy
- [android-developers] Re: Large amounts of data and ... Michael MacDonald
- [android-developers] Re: Large amounts of data ... Al
- [android-developers] Re: Large amounts of d... Michael MacDonald

