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
17
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
35
Top 10 mistakes happens during IOS App Development
ericwertz7
0
30
Other Decks in Education
See All in Education
Test-NUTMEG紹介スライド
mugiiicha
0
160
”育てる”から”育つ”仕組みへ!スクラムによる新入社員教育
arapon
0
140
Sponsor the Conference | VizChitra 2025
vizchitra
0
620
(2025) L'origami, mieux que la règle et le compas
mansuy
0
130
フィードバックの伝え方、受け身のココロ / The Way of Feedback: Words and the Receiving Heart
spring_aki
1
140
20250625_なんでもCopilot 一年の振り返り
ponponmikankan
0
360
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
170
2025年度春学期 統計学 第11回 分布の「型」を考える ー 確率分布モデルと正規分布 (2025. 6. 19)
akiraasano
PRO
0
170
附属科学技術高等学校の概要|Science Tokyo(東京科学大学)
sciencetokyo
PRO
0
270
マネジメント「される側」 こそ覚悟を決めろ
nao_randd
9
5.5k
【Discordアカウント作成ガイド】
ainischool
0
120
2025年度春学期 統計学 第15回 分布についての仮説を検証する ー 仮説検定(2) (2025. 7. 17)
akiraasano
PRO
0
110
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Faster Mobile Websites
deanohume
309
31k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
The World Runs on Bad Software
bkeepers
PRO
70
11k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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.