Framework similar to Android SDK for developing (mobile) web apps

Is there any framework, similar to Android SDK, for developing (mobile) web apps? I mean something as simple, integrated and complete like Android SDK + Eclipse but not for Android platform but for browser platform. GWT seems to be quite close to what I am looking for.


If you're looking for a cross-platform framework, check this out:

http://mashable.com/2010/08/11/cross-platform-mobile-development-tools/

Keep one thing in mind: aside from the issue of how well these work, experience with one of these cross-platform frameworks will not help you get a job at a shop that does native device development (they may even laugh at you in the interview).

Update: Er, I reread your question and realized you're trying to do web development rather than cross-platform. Maybe this will be of some use:

http://desizntech.info/2010/04/10-free-and-useful-ide-for-programmers-and-developers-2/

链接地址: http://www.djcxy.com/p/44064.html

上一篇: 大型GWT Web应用程序有哪些移动支持选项?

下一篇: 用于开发(移动)网络应用的类似于Android SDK的框架