How to Convert a Simple Web Site Into a Mobile App
Using PhoneGap Build, PhoneGap Desktop, PhoneGap CLI, or Android Studio
OPTION 1: Use PhoneGap Build
OPTION 2: Use PhoneGap Desktop
OPTION 3: Use PhoneGap CLI
OPTION 4: Use Android Studio
BONUS: Create App and View Browser
Instead of learning how to program in a native mobile app language (e.g., Java/Kotlin for Android or Objective-C/Swift for iOS), you can create simple apps using standard web technologies (e.g., HTML, CSS, and JavaScript). In 2015, designer Frances Berriman and Google Chrome engineer Alex Russell coined the phrase Progressive Web Apps (PWAs) to describe this new trend.
These apps look like traditional apps that attempts to combine features offered by most modern browsers with the benefits of a mobile experience. These hybrid apps (web pages within a mobile app) are made possible because of the following:
The biggest advantage of PWAs is the cost saving due to lower app development and maintenance cost which may be up to 10 times smaller than native apps [14]
EXCEPTION: The major reason that you may want to create a native app using Java or Swift is if you are creating a game or graphic intensity app that you need the performance.
We will examine four (4) options to convert a standard web site to a mobile app:
OPTION | LEVEL |
Use PhoneGap Build |
Beginner |
Use PhoneGap Desktop |
Intermediate |
Use PhoneGap CLI |
Advanced |
Use Android Studio |
Expert |
NOTE: There are dozens of other ways and tools available to create mobile apps:
How to Convert A Web Site into a Mobile App
How to use HTML, CSS, and JS and convert it to a Moble App