Re: performance problem on andorid using phonegap

2012-10-30 Thread andrea casati
ok, sorry :( this is the controller: //= public class ControllerP { private ModelP model; private ViewP view; ControllerP(ModelP model, ViewP view) { this.model = model; this.view = view; view.addButtonListener(new

performance problem on andorid using phonegap

2012-10-29 Thread andrea casati
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