hi all guys!

i develop a very small application to test gwt the first time..so using MVC 
i create a button and a teextarea, pressing the button the number in the 
textfiel growing up

this is the entry point:

public void onModuleLoad() {

 //MODEL

ModelP model = new ModelP();

 //VIEW

ViewP view = new ViewP(model);

 //CONTROLLER

ControllerP controller = new ControllerP(model, view);

}


in the model there is a varaible and a function to increment the variable;

in the view there is simply a button and a textarea

in the controller there is a clickListener that listens the button and 
increment the variable.. very simple a stupid program, non css , non html 
changes.. nothing..

i only add this line   <inherits name='com.google.gwt.user.User'/> in the 
xml to maintain the compatibility with android ICS..


when i run this program in my android ics phone (512ram, 1ghz cpu) using 
phonegap the program is terribly slow (on the pc is perfectly fast), i 
mean…if i press the button, the textfield 

growing up after 1 second!  :(


can you help me? :)

thanks a lot!

-- 
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/-/c5p3YF12MZIJ.
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.

Reply via email to