TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mobile Apps: HTML5 vs Native

3 pointsby ctover 12 years ago

2 comments

lognover 12 years ago
Native apps are better, sure. But as a developer, do you really like porting apps and maintaining duplicate code? I'd rather invest my efforts in CSS styling HTML 5 to get a very nice looking interface than maintaining one app with 4 different code bases.<p>But you have a point. People never liked Java desktop apps. But part of it was that you had to install the Java runtime and they didn't have the familiar .exe extension.<p>With HTML 5 you can just plug it into an embedded browser and let users download that. Then you can add a hybrid approach where you add some native features such as notifications and camera support while the main content is HTML. Plus, designers can work a lot better with developers on the web paradigm.
pedalpeteover 12 years ago
I think we need to look at each app on a case by case basis. You can't blanket say 'native is better' or 'web is better'.<p>If you're creating a mobile app that will mostly be used over 3G, your user experience is going to be different than an app used only/mostly with WiFi.