Live data from Hacker News

Are apps even that relevant anymore?

tinyprojects.dev

1–10 of 47 posts

Re: Are apps even that relevant anymore?

#2
I try avoid installing apps unless it's something I really want and the app is far better than the web site. Apps these days are loaded with spyware. I assume that any mobile app will track me as much as it can possibly get away with. It's almost like voluntarily installing malware.

Web sites track too of course, but their capacity to do so is more limited. I fully revoke location, camera, and microphone from the browser, so all it can do is track me on the web and get a very rough idea of location via GeoIP. Desktop apps can also track, but mobile offers a lot more intimate information (especially location) and is constantly connected.

Re: Are apps even that relevant anymore?

#3
post #2

I try avoid installing apps unless it's something I really want and the app is far better than the web site. Apps these days are loaded with spyware. I assume that any mobile app will track me as much as it can possibly get away with. It's almost like voluntarily installing malware. Web sites track too of course, but their capacity to do so is more limited. I fully revoke location, camera, and microphone from the bro…

There was a video I saw recently where Tik Tok was spamming the copy from clipboard feature and it was appearing as a notification on iOS devices - kinda creeped me out.

Re: Are apps even that relevant anymore?

#4
There are many reasons:

1. They want the distribution effect of the app store. You can go from zero to king overnight if the app store features your product.

2. Unless you're building a dumb wrapper around a CRUD backend app, most apps need access to the state of the art API. Especially if you're aiming high, chances are, you won't be able to find a new app idea without using the new APIs because the old APIs have been experimented on by millions of developers already.

3. Apple has declared recently that they're going to cripple the browser localstorage and cookies so everything gets reset if you don't use them for 2 weeks. I think they will do this more and more (it's also good for user privacy so they do have a moral high ground)

Re: Are apps even that relevant anymore?

#5
Such an oversimplified view of things... I guarantee at least 50% of apps cannot be built with Web APIs alone (especially on iOS where Apple is intentionally limiting Web API adoption to drive up their App Store revenues).

Re: Are apps even that relevant anymore?

#6
I think that there are still certain classes of app that benefit strongly from being native rather than just a web app.

To give an example, Christian Selig's Apollo iOS client for Reddit is lightyears ahead of both the Reddit mobile website and the official Reddit iOS app. By using the native iOS APIs and matching what people expect from gestures on an iOS app, he's able to create an amazing experience for users.

Re: Are apps even that relevant anymore?

#7
This was what Jobs initially claimed to want, and Apple several times acted to enforce. For a while they were really negative on apps that were simply wrappers around websites.

But the market spoke, and now Apple seems to be very much on the other side of things along with nearly every company out there.

Some possible reasons: Bookmarks to websites get buried in long ever-growing lists of bookmarks, while installed apps take up precious visual screen space. Users are generally more tolerant of an app taking a couple of seconds to load than a website, and less tolerant of subsequent navigation taking time, and apps tend to match those expectations more closely than web pages. And maybe apps still deliver functionality that websites can't, or can't as easily. Oh, and an app, once downloaded, usually keeps working consistently, while websites often are updated or completely disappear.

For whatever reason, people seem to prefer apps to websites, and I'm not sure I see that changing much.

Re: Are apps even that relevant anymore?

#8
> Even now with my own projects, a well optimised mobile website beats an app most times.

I seriously doubt that, if my 8 core macbookpro has issues with half of the web (event my own react projects of sizable complexity start to have issues), doubt mobile devices don't. And I honestly can't speak for Android, but being both and iOS and React developer, iOS performance in pretty much anything compared to React is amazing.

Also, the second part, I have been doing research lately, and while the dev.to or HN crowd says they visit the mobile websites, market research shows that people spend around 90% of their time in apps versus 10% in mobile web, so seem users find them relevant.

I know developers don't like 'closed' systems and love the web, but I (and most people I know) personally prefer a app over a mobile experience 99% of the time.

Re: Are apps even that relevant anymore?

#10
post #7

This was what Jobs initially claimed to want, and Apple several times acted to enforce. For a while they were really negative on apps that were simply wrappers around websites. But the market spoke, and now Apple seems to be very much on the other side of things along with nearly every company out there. Some possible reasons: Bookmarks to websites get buried in long ever-growing lists of bookmarks, while installed a…

Almost all of those have been solved by Android's PWA implementation. I can go to an enabled site and add it to my apps list. After that, it looks and acts like any other app on the device [except that it doesn't take up any space on my phone :)]
Post reply on HN