I need to send some stuff to my gui thread and I'm doing this via a handler. But I regularly need to send more then 1 piece of information in one go and using the single Message.obj field won't work unless I use an Object array or something. I'd really like to avoid this so there is less object creation, is there a better I can send lots of info in one go? The amount of information I send can be of variable length, 1, 2 or 3 depending on the situation.
Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

