Can hybrid apps cut your mobile development costs?

17 Jun 2016

I have stumbled upon this article a few days ago, which outlines what it would take to develop an application like Instagram in terms of exact features and time & cost estimate:

Now, let’s consider approximate development cost for this kind of app. Let’s consider the rate $50 per hour. In this case, the approximate cost for iOS development will range from $12 800 to $22 400. The price may vary from $12 800 to $19 600 for an Android app. Backend development will approximately amount to $9 900 - $17 600.

It also fails to account that Instagram also has a web app, which features everything the mobile apps do, sans photo upload. Which would add another $15k into the mix.

It seems bewildering to essentially re-implement the same UI and aesthetics three times, making your iterations slower and essentially increasing the cost by 2x.

In this case, the total cost for user-facing software would be about $55k... Imagine cutting that to $20-25k.

Hey, hybrid apps are there to help! You can implement almost all of your front-end once, and the only thing that will have to be written for every platform separately is stuff like the photo picker + filters. (Which, according to the breakdown above isn't much in terms of time and cost.)

Case study: a healthcare app

I have been helping a consultancy recently with a healthcare app that is used by several big brands you all know and love.

We have been able to continually deliver new features to both the website and mobile apps (iOS, Android, and Windows Phone!) pretty rapidly.

Since the website had to be responsive and look great on any device, wrapping that into a hybrid app was only natural.

The great thing about hybrid apps, however, is that they are not just webviews with your HTML and JS. They can take advantage of native platform features. And indeed, the app integrated pretty well with HealthKit and Touch ID, among other things.

Had we been forced to create, maintain, and iterate with website plus a native app for all of the 3 platforms, the development speed would be staggeringly slower, and the product would cost more to the client — with little to no added benefit.

Can it help in my case?

Now, the above obviously can't hold true for all cases. There are trade-offs to be made, and in certain cases, hybrids simply won't work. Here are several questions you can ask yourself to see if hybrid apps make sense for you.

  1. Do I also need, or already have, a responsive website that mirrors native apps pretty closely? If so, that's a pretty great case for a hybrid app!
  2. If not, do I need apps for every platform look similar? Hybrid apps can still help to share the code between native platforms.
  3. Is ultra fast speed crucially important for UX of my app? No hybrid will be as fast as a native app can be. The thing though is that many kinds of apps don't require that kind of performance.
  4. Do I need to make use of certain platform-dependent features, like Touch ID, Apple Pay, or similar? It depends, but generally — yeah, hybrid apps can integrate with these.
  5. Do I need to make use of platform-dependent views that I need to embed inside my app, visually? Some things, like Apple Maps, that need to be a subview, simply cannot be embedded inside HTML.

But what about React Native?

It's a great tool, and it allows to share a single code base between several platforms... but web isn't one. If you also need a responsive website, a hybrid app can save you some, even compared with React Native, as RN will require implementing your existing web look-n-feel natively.

Think your friends would dig this article, too?

Google+

Want to level up your React skills?

Sign up below and I'll send you articles just like this about React straight to your inbox every week or so.

No spam, promise. I hate it as much as you do!
If you need a mobile app built for your business or your idea, there's a chance I could help you with that.
Leave your email here and I will get back to you shortly.