hi All
)
I'm new on Google technologies
Based on this tutorial I've created a static grid.
but when i change the getInterventions() to communicate with the server and get a list of Intervention to be shown on the grid
here is my IntervGrid.java
My server side code :
I don't get any Errors or Exceptions
May be A logic problem
System.out.println("taille du Grid ="+IntervGrid.x.size()); here i get 32 inside the onsuccess() method
System.out.println("taille du Grid final ="+IntervGrid.x.size()); but here i get 0 outside onsuccess() method
Any Ideas ???
Thanks So much