Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
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
東京海上日動におけるセキュアな開発プロセスの取り組み
miyabit
0
200
私とAWSとの関わりの歩み~意志あるところに道は開けるかも?~
nagisa53
1
130
AI駆動開発 with MixLeap Study【大阪支部 #3】
lycorptech_jp
PRO
0
270
Ktor + Google Cloud Tasks/PubSub におけるOTel Messaging計装の実践
sansantech
PRO
1
330
データエンジニアがクラシルでやりたいことの現在地
gappy50
3
660
M365アカウント侵害時の初動対応
lhazy
7
5.1k
解消したはずが…技術と人間のエラーが交錯する恐怖体験
lamaglama39
0
100
Recoil脱却の現状と挑戦
kirik
3
460
ユーザー理解の爆速化とPdMの価値
kakehashi
PRO
1
110
【CEDEC2025】大規模言語モデルを活用したゲーム内会話パートのスクリプト作成支援への取り組み
cygames
PRO
1
320
興味の胞子を育て 業務と技術に広がる”きのこ力”
fumiyasac0921
0
290
AIに全任せしないコーディングとマネジメント思考
kikuchikakeru
0
280
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Navigating Team Friction
lara
187
15k
Bash Introduction
62gerente
613
210k
Unsuck your backbone
ammeep
671
58k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
530
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
720
Fireside Chat
paigeccino
37
3.5k
Side Projects
sachag
455
43k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
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".