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
AI時代のUIはどこへ行く?
yusukebe
18
9.1k
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.5k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
710
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
270
速いWebフレームワークを作る
yusukebe
5
1.7k
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
320
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
190
🔨 小さなビルドシステムを作る
momeemt
4
690
Reading Rails 1.0 Source Code
okuramasafumi
0
250
はじめてのMaterial3 Expressive
ym223
2
900
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
4k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
GitHub's CSS Performance
jonrohan
1032
460k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Into the Great Unknown - MozCon
thekraken
40
2k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Making Projects Easy
brettharned
117
6.4k
We Have a Design System, Now What?
morganepeng
53
7.8k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Pragmatic Product Professional
lauravandoore
36
6.9k
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 ?