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 to 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.