PHONEGAP
Hybrid VS Native App Development:
https://existek.com/blog/native-vs-hybrid-app
I.—Prerequisites—
1. Prerequisite:
Knowledge in HTML, CSS, JAVASCRIPT
2. Download and Install Node.js:
https://nodejs.org/en/
3. Download and Install Git(Optional):
https://git-scm.com/download/win
4. Install Phonegap cli:
(CLI) npm install -g phonegap
5. Install a text editor (Sublime or anything you like)
II. —Creating and Testing your project—
6. Create a phonegap project:
(CLI) phonegap create pangalan-ng-project
7. Open the project folder, open and edit config.xml for your app’s details like app name, description, etc.
8. Start coding your app – “www” folder.
Put all your files here. If you have other .css .js images sounds etc.
9. Preview your app:
(CLI) phonegap serve
-via browser:
localhost:3000
-via phonegap testing app:
192.168.100.2:3000 (ip address ng computer mo + “:3000” port ng phonegap)
10. Edit resources (icon/splashscreen) config.xml
III. —Building the app—
11. Go and sign-in to phonegap build
https://build.phonegap.com/
– + new app
12a. Upload via .git repo
just paste the link of your repository
OR
12b. Zip the following:
– “www” folder
– “config.xml”
-upload the zipped file
13. Build and Download the app and install it to your phone (.APK etc.)
Learn more:
– http://docs.phonegap.com/
– https://cordova.apache.org/