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实践
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
cssrain
September 02, 2014
Technology
81
0
Share
PhoneGap实践
PhoneGap实践
cssrain
September 02, 2014
More Decks by cssrain
See All by cssrain
UED工作流程分享和交流
cssrain
1
470
解读HTML
cssrain
0
140
解读HTML5
cssrain
2
170
基础CSS(1)
cssrain
0
160
基础CSS(2)
cssrain
0
110
高效的CSS
cssrain
0
160
高级CSS—继承
cssrain
0
130
PhoneGap分享和交流
cssrain
0
98
Zen Coding.
cssrain
0
110
Other Decks in Technology
See All in Technology
Oracle Cloud Infrastructure presents managed, serverless MCP Servers for Oracle AI Database
thatjeffsmith
0
230
Building Production-Ready Agents Microsoft Agent Framework
_mertmetin
0
170
Gaussian Splattingの表現力を拡張する — 高周波再構成とインタラクションへのアプローチ —
gpuunite_official
0
140
『生成AI時代のクレデンシャルとパーミッション設計 — Claude Code を起点に』の執筆企画
takuros
3
2.3k
【関西製造業祭り2026春】現場を変える技術はここまで来た〜世界最大の製造業見本市から持って帰ってきたもの〜
tanakaseiya
0
130
毎日の作業を Claude Code 経由にしたら、 ノウハウがコードになった
kossykinto
1
1.3k
freeeで運用しているAIQAについて
qatonchan
0
540
オライリーイベント登壇資料「鉄リサイクル・産廃業界におけるAI技術実応用のカタチ」
takarasawa_
0
380
Purview 勉強会報告 Microsoft Purview 入門しようとしてみた
masakichixo
1
350
会社説明資料|株式会社ギークプラス ソフトウェア事業部
geekplus_tech
0
220
The 7 pitfalls of AI
ufried
0
200
AIの揺らぎに“コシ”を与える階層化品質設計
ickx
0
270
Featured
See All Featured
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
110
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.5k
Why Our Code Smells
bkeepers
PRO
340
58k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
740
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
110
How STYLIGHT went responsive
nonsquared
100
6.1k
The Cult of Friendly URLs
andyhume
79
6.9k
エンジニアに許された特別な時間の終わり
watany
106
240k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.6k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
170
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
180
Transcript
UED分享 · 交流 http://cssrain.github.io
None
None
public class CirclesActivity extends DroidGap { @Override public void onCreate(Bundle
savedInstanceState) { super.onCreate(savedInstanceState); super.loadUrl("file:///android_asset/www/index.html "); } }
None
None
None
None
window.plugins.callsListing.list( function(r){printResult(r)}, function(e){console.log(e)} );
小结
window.plugins.callsListing.list( function(r){printResult(r)}, function(e){console.log(e)} ); CallsListing.prototype.list=function(successCallback ,failureCallback){ return PhoneGap.exec(successCallback, failureCallback, 'CallsHistoryPlugin',
'list',['test’]); };
None
None
None
CallsListing.prototype.list=function(successCallback,failureCallba ck){ return PhoneGap.exec(successCallback, failureCallback, 'CallsHistoryPlugin', 'list',['test’]); };
None
None
None
None