I have a gwt application developed for desktop computer browsers and i
need to modify it's architecture so that widgets can adapt to mobile
screens. The app is using an MVC pattern (with some enhancements from
the MVP pattern, like events distributed through an event bus).
So i need some pointers or some articles to develop the app for mobile
browsers as well (that is, small screen devices).
This can be done by creating duplicate visual widgets (2 for each
widget lets say... one for small, one for large screen), or maybe by
dynamically loading another js gwt compiled code (i don't think this
is a solution since the app is pretty large).
I was thinking of adapting the app to the MVP pattern (one by one) and
maybe also using UiBinder (currently i don't use it because most of
the widgets load their inner data or inner widgets dynamically).
Also, gwt tutorials/documentation that can help creating/modifying the
architecture would be very appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to