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
App Development With Apache Cordova
Search
Bastian Heist
January 18, 2016
Programming
0
75
App Development With Apache Cordova
A presentation on Apache Cordova, held for the Darmstadt Designer & Developer Meetup.
Bastian Heist
January 18, 2016
Tweet
Share
More Decks by Bastian Heist
See All by Bastian Heist
What's new in Neos?
beheist
1
72
Neos Fusion - A Rendering Engine for the Modern Web
beheist
0
350
Introduction to Neos
beheist
0
71
An Introduction to CSS Grid Layout
beheist
0
2.6k
Neos 3.0 and the road ahead
beheist
0
82
Neos - React Rewrite
beheist
0
81
Neos - 0 to live in 20min
beheist
0
69
Web Animations API - Frontend UserGroup RheinMain
beheist
2
3.4k
Web Animations API - Darmstadt Designer & Developer Meetup
beheist
1
55
Other Decks in Programming
See All in Programming
Vibe Codingをせずに Clineを使っている
watany
17
6.3k
Being an ethical software engineer
xgouchet
PRO
0
210
Ruby's Line Breaks
yui_knk
2
1.2k
Optimizing JRuby 10
headius
0
400
AIコーディングエージェントを 「使いこなす」ための実践知と現在地 in ログラス / How to Use AI Coding Agent in Loglass
rkaga
3
520
状態と共に暮らす:ステートフルへの挑戦
ypresto
1
690
Sharing features among Android applications: experience feedback
jbvincey
0
110
DataStoreをテストする
mkeeda
0
290
メモリウォールを超えて:キャッシュメモリ技術の進歩
kawayu
0
1.9k
趣味全開のAITuber開発
kokushin
0
200
PHPで書いたAPIをGoに書き換えてみた 〜パフォーマンス改善の可能性を探る実験レポート〜
koguuum
0
170
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
1.1k
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Site-Speed That Sticks
csswizardry
5
500
Side Projects
sachag
452
42k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.2k
Automating Front-end Workflow
addyosmani
1369
200k
[RailsConf 2023] Rails as a piece of cake
palkan
54
5.4k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Transcript
Apache Cordova
Your experiences?
What is Cordova?
Create (cross-platform) apps with
Platform Support
How does it work?
Development approaches Cordova CLI Platform-specific
Phone OS App Container WebView
➜ cordova create darmstadt developer.meetup DemoApp ➜ cd darmstadt ➜
cordova platform add ios ➜ cordova build ➜ cordova emulate Demo Time!
Pros & Cons
What’s great?
Well-known web technologies
One codebase, many platforms
Rapid prototyping
Use plugins to access native device functions
Ecosystem
You can “go native”
What isn’t?
Non-native Look+Feel*
Limited access to native functionality
Performance *
Is cross-platform better than native?
Yes. No. Sometimes!
Thank you! @beheist
[email protected]