#2 is a classic example of where MVP suits well. You can just follow these guidelines: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html
For #1 it's better to use TabBar (instead of TabPanel/TabLayoutPanel) and handle selection events to navigate to different places. This approach reduces #2 to #1. On Jan 11, 6:54 pm, Alex Luya <[email protected]> wrote: > for example: > 1,switch among different tabs in tab panel,should I creates cactivities > for every tab? > 2,switch among different item in a list.such as view different thread in > this group? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
