7

Why is mobile development still a thing?
Hear me out. All these simple apps, like shopping centre discount, eshops, vinted, other kinds of webapi consumers. Many have a website and a phone app.

Why??? Why the phone app? What's wrong with just embedding your responsive webpage into a webview and call it a day ffs?

I mean, maintenance becomes trivial and there's no split brain. No? What am I missing?

Not talking about apps that rely on android/ios api, for like camera, calls, storage access, sensors etc

Comments
  • 12
    because most web apps suck

    Also they are slower because they need to load more and native apps are faster by their nature. Google made a test to see how search delay impacted users and it turned out even some ms made a difference. And i dont believe shopping apps want that.

    Not to mention not everyone has above 6gb ram on their phone to run it smoothly
  • 5
    @joewilliams007 not everyone has 200mb of storage to spare just for a barcode in a fancy dressing either...
  • 9
    I especially hate having to download an app for something I’ll use once and never again.
  • 5
    Because companies don‘t know when to make an app and when to make a website. So they make both.
  • 4
    Sure a good optimized web app could replace most store apps. But then you have to optimize and who wants to do that. Easier to launch a new mobile app and everybody’s doing it!
  • 1
    @joewilliams007 Mobile apps aren't faster by nature. Good mobile apps are faster than good webapps because the performance ceiling is higher. React Native, especially the hodgepodge quasi-webapp usage most common among web-native companies, is hardly ever faster than a webapp with a caching service worker.
  • 1
    Because Apple wants to hold their users hostage and Apple users cheer for the whip if it's held by Apple, so Safari on iOS hasn't fully implemented the PWA standards for 6 years now.
  • 0
    It's a nuisance downloading app for stores. I simply don't do it. It's bad from user experience pov. I think companies are just dumb
  • 1
    @Lensflare Yep, this right here. Companies are dumb
  • 2
    From the app you can send messages directly to the users screen. You can access his position way more likely and likewise other data. Maybe even his contacts. There are lots of benefits.
Add Comment