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
5 ways to reduce your app development costs
Search
Eric Wertz
February 21, 2018
Education
0
15
5 ways to reduce your app development costs
5 ways to reduce your app development costs
Eric Wertz
February 21, 2018
Tweet
Share
More Decks by Eric Wertz
See All by Eric Wertz
Smartphone Application Development
ericwertz7
0
29
Top 10 mistakes happens during IOS App Development
ericwertz7
0
27
Other Decks in Education
See All in Education
1106
cbtlibrary
0
440
Evaluation Methods - Lecture 6 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
780
プログラミング基礎#4(名古屋造形大学)
yusk1450
PRO
0
110
Sähköiset kyselyt, kokeet ja arviointi
matleenalaakso
1
17k
お仕事図鑑pitchトーク
tetsuyaooooo
0
2.3k
【お子さま向け】Amazon ECS サービスディスカバリーって知ってる?【楽しい読み聞かせ】
tubone24
7
770
1030
cbtlibrary
0
330
Medicare 101 for 2025
robinlee
PRO
0
390
Human Perception and Cognition - Lecture 4 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
800
ビジネススキル研修紹介(株式会社27th)
27th
PRO
1
300
Adobe Express
matleenalaakso
1
7.6k
ワクワク発見資料
akenohoshi
0
150
Featured
See All Featured
Gamification - CAS2011
davidbonilla
80
5.1k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Optimising Largest Contentful Paint
csswizardry
33
3k
Into the Great Unknown - MozCon
thekraken
34
1.6k
BBQ
matthewcrist
85
9.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Typedesign – Prime Four
hannesfritz
40
2.5k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
How to train your dragon (web standard)
notwaldorf
89
5.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Transcript
5 Simple ways to reduce your mobile app development costs
Reduce Costs by 39%
1. Number of devices supported iPhone Android ? Do you
need a windows phone app? X Do you need to support blackberry? Development costs exponentially increase based on the number of devices you support
2. Number of versions of the phone supported iPhone 4s
iPhone 5 iPhone 5s iPhone 6 iPhone 6s Try to support (n-2) versions of the phone for reduced costs. {n is the latest version}
3. Hybrid App or Native App? Developing in proprietary language
of iphone and android {native} costs more than a generic code that runs on any device {hybrid}
4. Mercilessly groom your backlog items Release Grooming Product Backlog
Push low value down Sprint Review Sprint Retrospecti ve Prioritize High value items Daily Cycle SCRUM PROCESS Product increment Product Backlog Developing low/medium priority items increases development costs.
5. Review your backend integrations IncomingCall… Web services (HTTPS, JSON,XML,SOAP)
ERP Systems CRM Systems HR Systems Develop only those backend integrations that use cases require.