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
いかにして命令の入れ替わりについて心配するのをやめ、メモリモデルを愛するようになったか(改)
nullpo_head
7
2.7k
オブザーバビリティ文化を組織に浸透させるには / install observability culture
mackerelio
0
160
AIと描く、未来のBacklog 〜プロジェクト管理の次の10年を想像し、創造するセッション〜
hrm_o25
0
110
[OCI Technical Deep Dive] OracleのAI戦略(2025年8月5日開催)
oracle4engineer
PRO
1
230
Autonomous Database Serverless 技術詳細 / adb-s_technical_detail_jp
oracle4engineer
PRO
18
52k
マルチプロダクト×マルチテナントを支えるモジュラモノリスを中心としたアソビューのアーキテクチャ
disc99
1
650
Amazon Q と『音楽』-ゲーム音楽もAmazonQで作成してみた感想-
senseofunity129
0
170
Agent Development Kitで始める生成 AI エージェント実践開発
danishi
0
160
AIに目を奪われすぎて、周りの困っている人間が見えなくなっていませんか?
cap120
1
700
AWSの最新サービスでAIエージェント構築に楽しく入門しよう
minorun365
PRO
8
420
Serverless Meetup #21
yoshidashingo
1
130
生成AIによるソフトウェア開発の収束地点 - Hack Fes 2025
vaaaaanquish
34
16k
Featured
See All Featured
Fireside Chat
paigeccino
39
3.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
770
Site-Speed That Sticks
csswizardry
10
770
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Building Applications with DynamoDB
mza
96
6.6k
Adopting Sorbet at Scale
ufuk
77
9.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
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".