GWT + HTML5 Lightweight Mobile Animation Library

I am learning to write a mobile application with GWT, and I need a lightweight mobile library.

The application will contain animations and a mobile view. Is there a way to create more “games” like animations (like blur, motion effects) using GWT over HTML 5?

I found the following libraries, but I'm not sure which one is better.

http://code.google.com/p/mgwt/

http://code.google.com/p/gwtmobile/

http://code.google.com/p/gwt-phonegap/

http://mobilegwt.appspot.com/showcase/

https://play.google.com/store/apps/details?id=com.gwtmobile.phonegap&hl=en

https://github.com/dennisjzh/GwtMobile

http://www.gwt4touch.appspot.com/

Could you provide me with any recommendations, advantages and disadvantages of the lister library or any that you could use?

+5
source share
1 answer

I am the creator of mgwt (which is 3 times on your list) http://www.m-gwt.com will be the correct URL.

mgwt is written in the same way as GWT, since I am a developer of GWT. I'm sure I know what I'm talking about.

mgwt 3 , - Java. GWT (MVP, ClientBundles, Editor Framework, UiBinder ). , - , HTML5 .

gwt4touch - . , sencha. , GWT .

gwt mobile GWT, GWT. CSS , .

, mgwt , mgwt "" GWT .

(iOS, Android) .

: http://www.youtube.com/watch?v=0V0CdhMFiao&feature=plcp

+7

All Articles