How much does an android app cost build?
-
I am planning to build a new app for my business, do you guys have any Idea? roughly!
-
@dataeximmkt said in How much does an android app cost build?:
I am planning to build a new app for my business, do you guys have any Idea? roughly!
It really depends on what you want, if you have a really good mobile website then you can just create a wrapper for the app. You dont even need to hire anyone. There are plenty of free or very low cost services for this.
I built a fishing app for my local county and it was really just a wrapper around a website. Very easy.
-
@dataeximmkt said in How much does an android app cost build?:
I am planning to build a new app for my business, do you guys have any Idea? roughly!
A good one? $100,000+
Something very basic, you might be able to do yourself for time.
It really depends on what you want the app to do.
-
@dataeximmkt said in How much does an android app cost build?:
I am planning to build a new app for my business, do you guys have any Idea? roughly!
This is like asking "how much does it cost to manufacturer a widget?"
The answer will vary just about as broadly. If you want to make it yourself, you can do it for "free", just spending your time. If you want to hire a professional and the app is ridiculously simple, you might get it done for several hundred dollars (but any app in this range would be beyond useless.)
For anything that's going to go into business production, figure half a million up front to even have a discussion about serious development (and if you think going offshore to make it cheap makes it cheap, you are in for a big surprise in real cost.) On shore dev is expensive because it is worth it, makes things cheaper overall, even if not cheaper by the hour.
In the real world of business, average apps will be a few million to get started.
And remember, the cost of development / to "build" an app is generally very small compared to the cost of maintaining an app. So whatever numbers you are putting in up front, assume that while the rate of expenditure will decrease over time, the overall expenditure will increase over time.
-
@travisdh1 said in How much does an android app cost build?:
A good one? $100,000+
Where "good" means "useful".
And where $100,000 means $1,000,000.
-
Let me give some concrete examples....
Something you could make cheaply: A little web app that just displays things from existing applications. Like a mobile chat app for MangoLassi. This would be, theoretically, cheap and easy to make. Nothing but a GUI that is installed and talks to MangoLassi. This is cheap and easy, because it's not actually its own app, just a tiny add on to an existing one that has many millions of dollars already invested in it. It's also super easy to define - telling a developer exactly what you want is no problem, you don't need a team to define your needs.
Something that you can't make cheaply: Any business utility that will be used by your company or customers. This will require loads of communications, management, development, testing, etc. And all of that costs a lot. Dev skills are expensive, and that's based on it already being a global market, and all of the things surrounding dev like SA, BA, and PM are often even more expensive, even though you often need less of them.
-
Some reasons that building an app is expensive...
- A developer is an extremely expensive skill set. A good dev is $150K - $300K a year, loaded cost (salary is only one part of the cost of a person to hire.) And that's if you pay salary, if you pay by the hour for a part time person, that per hour cost skyrockets like any consultant does. And if you think you can get development done cheaper, you are in for a world of hurt. Developers who cost less per hour cost way more overall, and that's why they are so cheap. It's like rocket science or medicine, doing it well simply costs a lot and doing it poorly costs a lot more.
- Development is just one of many skill sets needed in software development and, quite frankly, not even remotely the most important one. SAD (systems analysis and design) is the key role behind software development and is even more costly than hiring a good dev because SAD experts are few and far between and in such high demand that none need to work for you, at any cost. So you really have to work hard to find and attract them. SAD is who actually designs the software. Developers are not architects. Dev is tactical, SAD is strategic.
- Operations. Apps need to be used, to be run. Neither the dev nor the SAD are the operations experts. They work in the engineering world, operations is the IT world. IT needs to be involved to some degree from day zero to make sure that engineering decisions make sense and take into account operational realities. This isn't a crazy expensive, but is far from nominal.
- Business analyst. In most software engineering for any real purpose, you need a ton of information from the business that no non-expert can really give. A SAD can generally cover this, but is too expensive to waste time on this. So BA is the cheaper role used to fill these gaps. BAs analyze the real business need and help to decipher want the business actually wants instead of what they say that they want. Remember, if you aren't a SAD yourself, then it's not realistic that you can turn business knowledge into software knowledge. Everyone thinks that they can, including people with grad degrees and decades in the field, but trust me, it's an illusion.
- Debugging and testing. Someone needs to actually test on the software. This isn't a crazy expensive role, but it takes a lot of time.
- Resources. Computers, software, frameworks, testing suites. You can do this cheaply, or expensive. The cheaper your people, the more expensive your tools. One of the biggest costs we see is cheap developers making expensive software with insane dependencies that cost more than the software does itself, and could have been avoided with the most insanely entry level SAD or even competent developer, but people tried to cut so many corners that they got totally burned.
- Ongoing support. Software has to be maintained to be usable. The better the original product is made, the easier it is to support. Anything you trade up front, you pay for here - often in the system just failing. How much support you need varies a lot, but is a massive cost for any project.
- UX. In many cases, you need dedicated designers because no skill set listed above covers this naturally. It's an unrelated skill and is primarily non-technical, but must be part of the tech team. So almost always you have someone dedicated to this, even if just part time.
It all adds up.