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
GitHubとAzureを使って開発者になろう
ymd65536
1
180
授業レポート:共感と協調のリーダーシップ(2025年上期)
jibunal
0
120
GOVERNOR ADDRESS:2025年9月29日合同公式訪問例会:2720 Japan O.K. ロータリーEクラブ、2025年10月6日卓話:藤田 千克由 氏(国際ロータリー第2720地区 2025-2026年度 ガバナー・大分中央ロータリークラブ・大分トキハタクシー(株)顧問)
2720japanoke
0
550
20250830_本社にみんなの公園を作ってみた
yoneyan
0
130
20250625_なんでもCopilot 一年の振り返り
ponponmikankan
0
380
American Airlines® USA Contact Numbers: The Ultimate 2025 Guide
lievliev
0
260
Avoin jakaminen ja Creative Commons -lisenssit
matleenalaakso
0
2k
AI for Learning
fonylew
0
190
Software
irocho
0
470
核燃料政策を問う─英国の決断と日本
hide2kano
0
200
Test-NUTMEG紹介スライド
mugiiicha
0
230
シリコンバレーでスタートアップを共同創業したファウンディングエンジニアとしての学び
tomoima525
1
1.3k
Featured
See All Featured
How GitHub (no longer) Works
holman
315
140k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.9k
Designing for Performance
lara
610
69k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
It's Worth the Effort
3n
187
28k
Fireside Chat
paigeccino
40
3.7k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
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.