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
29
Other Decks in Education
See All in Education
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visualisation (4019538FNR)
signer
PRO
1
2.4k
著作権と授業に関する出前講習会/dme-2025-05-01
gnutar
0
200
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
4
16k
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
190
Education-JAWS #3 ~教育現場に、AWSのチカラを~
masakiokuda
0
170
2025年度春学期 統計学 第2回 統計資料の収集と読み方(講義前配付用) (2025. 4. 17)
akiraasano
PRO
0
140
2025/06/05_読み漁り学習
nag8
0
140
モンテカルロ法(3) 発展的アルゴリズム / Simulation 04
kaityo256
PRO
7
1.3k
Tangible, Embedded and Embodied Interaction - Lecture 7 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
推しのコミュニティはなんぼあってもいい / Let's join a lot of communities.
kaga
2
1.7k
ふりかえり研修2025
pokotyamu
0
1.2k
Sponsor the Conference | VizChitra 2025
vizchitra
0
550
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Facilitating Awesome Meetings
lara
54
6.4k
How STYLIGHT went responsive
nonsquared
100
5.6k
Done Done
chrislema
184
16k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Code Review Best Practice
trishagee
69
18k
The Cult of Friendly URLs
andyhume
79
6.5k
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.