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
Outline View in SwiftUI
1024jp
1
340
よくできたテンプレート言語として TypeScript + JSX を利用する試み / Using TypeScript + JSX outside of Web Frontend #TSKaigiKansai
izumin5210
6
1.8k
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
260
シェーダーで魅せるMapLibreの動的ラスタータイル
satoshi7190
1
480
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
260
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
200
みんなでプロポーザルを書いてみた
yuriko1211
0
280
Modular Monolith Monorepo ~シンプルさを保ちながらmonorepoのメリットを最大化する~
yuisakamoto
5
340
CSC509 Lecture 11
javiergs
PRO
0
180
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
Contemporary Test Cases
maaretp
0
140
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
Featured
See All Featured
Making Projects Easy
brettharned
115
5.9k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
Designing Experiences People Love
moore
138
23k
What's in a price? How to price your products and services
michaelherold
243
12k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Building Applications with DynamoDB
mza
90
6.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
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 ?