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

Re: performance problem on andorid using phonegap

2012-10-29 Thread Luca
Andrea to help you more information are needed. Can you show how do you attach event, create widgets and populate the DOM ?? Thank you. Il giorno lunedì 29 ottobre 2012 11:07:13 UTC+1, andrea casati ha scritto: hi all guys! i develop a very small application to test gwt the first time..so