can we make applications in html\javascript for android?
I want to learn android application development.But the problem is I just have the knowledge of HTML,Javascript, css and ajax but no idea about java technology.
So is it possible t开发者_如何学JAVAo make android apps using Html or js.
If anyone have any idea about this then please suggest me.
Thanks in advance!
Arvind Thakur
You can use PhoneGap to develop applications in HTML5, javascript that will work in various smartphone platforms.
In fact you don't need to rely on a framework. With a minimum of Java plumbing you can set up a WebView activity. There you can use html, css and javascript. Interaction with Java code is also possible.
http://www.phonegap.com/
PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best... HTML and JavaScript.
See The titanium framework. but note that apps like this are very limmiting to what you can achieve and build. but as a simple web page like functionality and rapid development its great. Also with this your app will be really easely portable to iPhone.
Take a look at my tiny collection of cross-platform frameworks: http://www.delicious.com/masterik/cross+platform+mobile-development
Most of them are based on html/css/javascript.
http://www.delicious.com/masterik/cross+platform+mobile-development Most of them are based on html/css/javascript.
精彩评论