Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
PhoneGap Lab
Search
LeoNguyen.com
January 03, 2014
Technology
0
1.5k
PhoneGap Lab
PhoneGap Lab
http://leonguyen.com
LeoNguyen.com
January 03, 2014
Tweet
Share
More Decks by LeoNguyen.com
See All by LeoNguyen.com
Node.js Lab
leonguyen
1
1.5k
jQuery Plugin
leonguyen
0
1.6k
JS Plugin
leonguyen
0
2.5k
HTML5 Lab
leonguyen
0
1.6k
PHP Lab
leonguyen
0
1.7k
Laravel Lab
leonguyen
0
1.9k
Design Resources
leonguyen
1
350
AE Resources
leonguyen
0
340
AE Lab
leonguyen
0
320
Other Decks in Technology
See All in Technology
新 Security HubがついにGA!仕組みや料金を深堀り #AWSreInvent #regrowth / AWS Security Hub Advanced GA
masahirokawahara
1
1.3k
Ruby で作る大規模イベントネットワーク構築・運用支援システム TTDB
taketo1113
1
180
Kubernetes Multi-tenancy: Principles and Practices for Large Scale Internal Platforms
hhiroshell
0
110
会社紹介資料 / Sansan Company Profile
sansan33
PRO
11
390k
「Managed Instances」と「durable functions」で広がるAWS Lambdaのユースケース
lamaglama39
0
260
GitHub Copilotを使いこなす 実例に学ぶAIコーディング活用術
74th
3
1k
GitLab Duo Agent Platformで実現する“AI駆動・継続的サービス開発”と最新情報のアップデート
jeffi7
0
210
生成AI時代の自動E2Eテスト運用とPlaywright実践知_引持力哉
legalontechnologies
PRO
0
210
セキュリティAIエージェントの現在と未来 / PSS #2 Takumi Session
flatt_security
3
1.6k
Agentic AI Patterns and Anti-Patterns
glaforge
1
190
意外とあった SQL Server 関連アップデート + Database Savings Plans
stknohg
PRO
0
290
[JAWS-UG 横浜支部 #91]DevOps Agent vs CloudWatch Investigations -比較と実践-
sh_fk2
1
240
Featured
See All Featured
Scaling GitHub
holman
464
140k
BBQ
matthewcrist
89
9.9k
Raft: Consensus for Rubyists
vanstee
141
7.2k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
390
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.2k
What's in a price? How to price your products and services
michaelherold
246
12k
Building Adaptive Systems
keathley
44
2.9k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
[SF Ruby Conf 2025] Rails X
palkan
0
480
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
970
How to train your dragon (web standard)
notwaldorf
97
6.4k
Context Engineering - Making Every Token Count
addyosmani
9
490
Transcript
LeoNguyen.com
Outline - References (phonegap.leonguyen.com/references.html) - Lab 01: An introduction to
PhoneGap
Lab 01 An introduction to PhoneGap
Outline - Download and install - Configure the project -
Write a Hellworld program
Exercise 1 Download and install
Overview
Task 1 - Download - Goto download site http://phonegap.com/install/
Exercise 2 Configure the project
Task 1: Create ‘www’ folder - Create the ‘www’ folder
under assets folder.
Task 2: Copy PhoneGap libraries - Copy ‘cordova.js’ and ‘cordova.js’
to Android project.
Exercise 3 Write a Helloworld program
Task 1: Create index.html - Create the ‘index.html’ under ‘assets/www’
folder then enter code: gist.github.com/leonguyen/7036244
Task 2: Add to Build Path - Right click on
‘cordova.jar’ then select Add to Build Path
Task 3: Update Activity class - Enter code: gist.github.com/leonguyen/7036322
Task 4: Configure the project metadata - Enter code: gist.github.com/leonguyen/7036370
Task 4: Configure the project metadata (2)
Task 5: Run - Choose "Run As" > "Android Application".