a unified navigation framework to work with gwt and android?
34 views
Skip to first unread message
Elhanan
unread,
Jan 13, 2012, 5:02:24 AM1/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
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...