Top 5 benefits of developing apps cross-platform

W

hen Apple and Google first started making apps available on the respective stores, there wasn’t much choice of how you wrote apps for them. For Apple iOS apps, you had to write apps using an unusual language called Objective-C, and for Android you had to use Java.

The first problem with this approach was that you had to essentially write two complete apps using two languages and technologies that could not be more different. This cost a lot of time and money.

The second problem, and a much bigger problem in my opinion, is that you had to maintain and test two full apps. The chances of introducing bugs into your product essentially doubled. Now consider that these days people are using apps on all the following platforms and devices:

  • iPhones
  • Android phones
  • iPads
  • Android tablets
  • Windows PCs
  • Mac Desktops
  • Apple TVs
  • Gaming consoles
  • Apple watch
  • Android smart watches

That’s potentially 10 different apps! While the native apps allow some reuse of the code and functionality (e.g. iPhone and iPad can share business logic), that’s a lot to develop and maintain.

With cross-platform development, the business logic is written once and shared across native UIs. This means that using a mature cross-platform solution such as Xamarin can deliver true native app functionality, or even a web based platform for simpler apps such as PhoneGap, gives you the following key benefits:

  1. Less code to maintain = fewer bugs
  2. Much faster development times = faster to market
  3. More cost-effective development = money to spend in other places
  4. Easier to add features in the future = faster product iterations
  5. Easy to add more platforms = wider user reach

1. Less code and fewer bugs

Put simply, the more code you’re writing and maintaining, the greater the chance of bugs appearing in your code. If you’re implementing a complex new screen in an iOS app as well as Android, you’re doubling the chance of bugs that can appear. Factor in trying to get a product to market quickly, you may not discover these bugs until the app has been released and you’re receiving negative public feedback.

2. Faster development

Getting a product to market before your competitors can make or a break an app. If iOS users are talking about the latest restaurant finding app and Android users want to get the same but your app isn’t there, they’ll simply start using something else and likely not want to switch later on.

If you go cross-platform, you can get all the platforms you’re targeting into the marketplace faster and at the same time, giving you valuable and free word-of-mouth marketing.

3. More cost-effective development

Depending on the app you’re developing, the cost will vary and budgets can quickly blow out when you have to fork out money for a new app for every platform you want to support.

Developing for multiple platforms using the same code means less development hours and consequently less cost.

4. Faster product iterations

Very few people (almost zero) develop a perfect product first time. You must listen to your customers’ feedback and iterate to refine and massage your product into what people want to use.

Doing this quickly and efficiently is key. If you have to wait weeks while a new feature is developed you’re going to lose your users. If you can quickly deliver what your users want and to all platforms you’ll keep them engaged and happy.

5. Easy to add new platforms

Having the you app’s core functionality in one place means that as your app matures, if you want to start supporting other platforms, it’s easy to do so. If you find users want a simplified watch app, or they want to also use it their TV, then you can add that platform and make any user interface tweaks that you want. If however you chose to develop natively, this will likely require the development of a brand new app: you have to (potentially) start from scratch again.

The point?

Overall, in my opinion the vast majority of apps should be developed cross-platform for all of the reasons above. The tools and technologies that exist today enable real native app functionality such as GPS, Camera, NFC, Fingerprint scanning etc but with one common codebase for all the core business logic. Factoring in how of the fundamental nature of cross-platform development means fewer bugs and greater future flexibility, it really is the way of the future.

Author

  • Matt Crombie

    Matt has been developing software for over 20 years and these days specialises in cross-platform app development. He's written dozens of apps that have been published to the various app stores including apps hitting #1. Matt has worked for large software companies, enterprise size organisations, the Australian government and also with various startups on cutting edge technology. Originally from New Zealand, Matt currently lives in Brisbane with his, daughter and two dogs - a Jack Russell and a West Highland Terrier that cause more trouble than anything else in his life 😂.