Mobile Software Development: Native or Web?
When you're about to create your next web app the natural follow-up question becomes: "Will you create the mobile version using native or web?"
Join the DZone community and get the full member experience.
Join For FreeWhen you're faced with two options, it's common to create a list of advantages and disadvantages between both of your options, for then to weigh these up against each other. When your choice is whether or not to go for native mobile or a responsive web app, your list might resemble the following (as in, these are the advantages you'll have when creating a web app):
- You don't need to send Apple 25% of your earnings.
- You won't be thrown out of the AppStore because of competing with some Apple product.
- You don't have to create 3 versions of your app, in 3 different programming languages, being Swift, Java, and PHP/Python/.NET/etc.
- You don't need 3x as many developers to maintain your app further down the line.
- You don't have to fight with neither Flutter nor Xamarin for "device x with resolution y" because of "missing feature z".
The above are some of the advantages you'll have if you create a responsive web app. We all know the arguments in favor of building native. However, the primary (only?) argument really seems to be some permutation of "you can't do that with the web." Well, we built a complete IDE, SQL Workbench, Cloud platform, etc., where the system produces according to neutral metrics between 50 and 80 percent of your backend code automatically for you. To prove it, I just published a YouTube video where I in real-time created 3,300 lines of backend code, from my iPhone, resulting in 100+ HTTP endpoints, securely wrapping my database. The video is 3 minutes and 53 seconds long.
Sorry, we were right and you were wrong!
I think the above video is all the arguments you will ever need, and the conclusion of course is: GO WEB! Simply because of that (almost) regardless of what problem domain you're within, it is highly unlikely more complex than what I am showing in the above video, implying the only argument in favour of building natively is a false argument. Psst, the above is a web app. Download Magic.
Opinions expressed by DZone contributors are their own.
Comments