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
Intégrer Cordova dans une appli native
Search
Benjamin
September 23, 2015
Programming
0
84
Intégrer Cordova dans une appli native
Benjamin
September 23, 2015
Tweet
Share
More Decks by Benjamin
See All by Benjamin
Ecmascript 2015
benjmichel
1
53
Other Decks in Programming
See All in Programming
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
340
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
520
PicoRuby on Rails
makicamel
2
110
CursorはMCPを使った方が良いぞ
taigakono
1
200
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
380
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
1
590
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.8k
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
520
XP, Testing and ninja testing
m_seki
3
220
Featured
See All Featured
Code Review Best Practice
trishagee
69
18k
Why Our Code Smells
bkeepers
PRO
337
57k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Designing for humans not robots
tammielis
253
25k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
KATA
mclloyd
30
14k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Documentation Writing (for coders)
carmenintech
72
4.9k
How STYLIGHT went responsive
nonsquared
100
5.6k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Transcript
Intégrer Cordova dans une application native Benjamin MICHEL PhoneGap/Cordova Paris
#12 23/09/15 @bam_lab http://bamlab.fr
Retour sur Cordova Paris #11 Maps offline en prod :
About me Benjamin MICHEL Développeur mobile hybride @benjmichel @bam_lab http://bamlab.fr
Introduction • Intégrer Cordova dans un code source natif •
Intérêt : ◦ Développement multiplateforme ◦ Technos web ◦ Profiter des performances natives
Manipulations
Avantages • Dév multiplatforme • Utiliser des technos web •
Profiter des performances natives sans passer par un plugin Cordova Problèmes • Compétences à avoir : hybride + natif • Intégrations des plugins • Anticiper le démarrage de Cordova et des frameworks JS • Partage de données entre Cordova et natif
Quelques liens Plugin routing natif : https://github.com/bamlab/cordova-plugin-native- routing Intégration Android
: • Doc officielle Cordova • http://www.catharinegeek.com/embed-cordova-webview-in-android- native-app/ Intégration iOS : • Doc officielle Cordova • Doc PhoneGap • http://devgirl.org/2012/11/15/embed-cordovaphonegap-in-your-native- ios-app/
Questions ?