On Jul 4, 11:27 pm, Sachin Dole <[email protected]> wrote:
> I can see how the async task
> mechanism can be used in lieu of the event/eventhandler mechanism, but thats
> not apples to apples. make sense?

Android/JavaScript is also not an apples to apples comparison, but it
kind of sounds like you want them to me.

I'm not too familiar with GWT, but it sounds like the event bus is a
way of simulating the javascript callback mechanism so that Java code
can be readily converted into JavaScript.  Since Android is full java
without any of the single-threadedness inherent in JavaScript, I don't
think it would be in your best interest to bind yourself to to the
event bus concept, as handy as it may be.

Doug

-- 
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

Reply via email to