Is there a way to tell a Handler/Looper to enqueue messages sent to it without calling handleMessage() right away?
I need the messages to collect in the MessageQueue. postMessageDelayed() is not applicable to my situation. Of course, it would need to be resumed again. All the queued messages would need to be handled at that point. -- 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

