Using GWT in mobile (create task list)
Posted Tue, 09/08/2011 - 11:16 by aviy
- Create Task List Using GWT.
- create views for mobile,tablet,desktop.
- using Toch eventssince
- use local storage
- use UIbinder
In case you are not familiar with GWT I will try to do a short intro.
Basically this session we will work only on the client side, and won't be calling any server side. i am interesting on how to adjust diffrent views for diffrent devices. in addition use animation for sliding views for mobile.
installtion:
1. GWT plugin from here: http://code.google.com/eclipse/docs/getting_started.html (GWT sdk 2.4)
2. Android Dev kit: ADK to simulate device on your PC.
please view the following video: http://www.youtube.com/watch?v=N1aCo5LvMf8 for details.
