hi.. although this is not strictly related to gwt, it's partly is.
i' started reading about anrdoid's SDK, and among other things the following stuck out: An *activity* represents a single screen with a user interface. For example, an email application might have one activity that shows a list of new emails, another activity to compose an email, and another activity for reading emails.a *broadcast receiver* is a component that responds to system-wide broadcast announcements. Three of the four component types—activities, services, and broadcast receivers—are activated by an asynchronous message called an *intent*. correct me if i'm wrong, but doesn't this remind of you of oooooh i dunno places(intents) ,EventBusHandler (Broadcast Receiver) and ah.. well activities? seriously how hard is it to come up with a single object model for these things and have gwt and android extend from it... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0GEHpOWKW6gJ. 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/google-web-toolkit?hl=en.
