I just started to created a simple app with MGWT, and so far I have:
- 1 Activty/Place/view (containing a scrolling panel, 3 buttons and 3 inputs)
- 1 HistoryObserver
- 1 ActivityMapper
- 1 AnimationMapper
After compiling I can see that the permutations are ~ 170ko. It seems a bit big just for such a small app. Is it normal? Is it the minimal size for a MGWT app?
thanks