rmutalik
rmutalik

Reputation: 2045

How do I package an HTML5 web app as an Android app?

I have been searching the Internet for hours and I still have no idea what it is or what to do - I was assigned this task by my boss.

Please somebody just give me a step-by-step guide on what to do. I can look up the individual steps on my own; I just need to know the process.

And please don't post links; I have been doing that for the past hour and I just need someone to give me a brief outline (kind of like what Wikihow or eHow does).

Thank you.

Upvotes: 2

Views: 5240

Answers (1)

laurent
laurent

Reputation: 90776

If your application is all in HTML, you can use a framework such as Apache Cordova (formerly known as PhoneGap) to package it into an Android app.

There are instructions on the official website on how to do that: http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide

Upvotes: 1

Related Questions