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
86
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
54
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
500
Introducing RemoteCompose: break your UI out of the app sandbox.
camaelon
2
440
CSC509 Lecture 11
javiergs
PRO
0
280
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
330
ALL CODE BASE ARE BELONG TO STUDY
uzulla
29
6.9k
Inside of Swift Export
giginet
PRO
1
320
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
3
5.5k
CSC305 Lecture 12
javiergs
PRO
0
250
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
250
contribution to astral-sh/uv
shunsock
0
580
Amazon ECS Managed Instances が リリースされた!キャッチアップしよう!! / Let's catch up Amazon ECS Managed Instances
cocoeyes02
0
120
ビルドプロセスをデバッグしよう!
yt8492
0
220
Featured
See All Featured
Facilitating Awesome Meetings
lara
57
6.6k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Leading Effective Engineering Teams in the AI Era
addyosmani
8
720
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
The Language of Interfaces
destraynor
162
25k
Scaling GitHub
holman
463
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
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 ?