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
330
AE Lab
leonguyen
0
320
Other Decks in Technology
See All in Technology
watsonx.ai Dojo #5 ファインチューニングとInstructLAB
oniak3ibm
PRO
0
190
Server-Side Engineer of LINE Sukimani
lycorp_recruit_jp
0
360
Work as an App Engineer
lycorp_recruit_jp
0
360
DUSt3R, MASt3R, MASt3R-SfM にみる3D基盤モデル
spatial_ai_network
2
260
Google Cloud で始める Cloud Run 〜AWSとの比較と実例デモで解説〜
risatube
PRO
0
120
PHP ユーザのための OpenTelemetry 入門 / phpcon2024-opentelemetry
shin1x1
3
1.4k
Yahoo! ズバトクにおけるフロントエンド開発
lycorptech_jp
PRO
0
100
Amazon Kendra GenAI Index 登場でどう変わる? 評価から学ぶ最適なRAG構成
naoki_0531
0
130
【re:Invent 2024 アプデ】 Prompt Routing の紹介
champ
0
160
生成AIをより賢く エンジニアのための RAG入門 - Oracle AI Jam Session #20
kutsushitaneko
4
290
Microsoft Azure全冠になってみた ~アレを使い倒した者が試験を制す!?~/Obtained all Microsoft Azure certifications Those who use "that" to the full will win the exam! ?
yuj1osm
2
120
[JAWS-UG新潟#20] re:Invent2024 -CloudOperationsアップデートについて-
shintaro_fukatsu
0
120
Featured
See All Featured
Music & Morning Musume
bryan
46
6.2k
It's Worth the Effort
3n
183
28k
Site-Speed That Sticks
csswizardry
2
190
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.4k
Mobile First: as difficult as doing things right
swwweet
222
9k
Optimising Largest Contentful Paint
csswizardry
33
3k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Reflections from 52 weeks, 52 projects
jeffersonlam
347
20k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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".