The web is a great publishing medium for magazines and news outlets. Apps are for doing stuff beyond passive browsing.
Goodbye, Native Mobile Apps
91–100 of 131 posts
Re: Goodbye, Native Mobile Apps
#92As a user, I dont really care about it being an App or Mobile Web. It needs two things, 1. An Icon on my Springbroad, so i can easily view it whenever I want to. 2. It should be butter smooth and dont warm my pants after reading. ( i.e lots of CPU cycle. ) Native Apps does better in both department. And whenever users gets a choice most would likely prefer the App version. HTML5 or Web has definitely improve, and it…
Re: Goodbye, Native Mobile Apps
#93Earlier quoted context omitted.
What do you mean by lack of retro compatibility? You can still ship apps that target ios6, you have runtime checks for APIs that are missing in one version, the IDE suggests what is available or not. The major versions (and minors) are thoroughly documented in API diffs, the IDE suggests what to modify according to your platform target. The review guidelines are basically changing for the major versions, accordingly…
I have an iPhone 3G in the drawer, as an emergency phone. The amount of apps, that this phone can download from App Store, whether running iOS 3 or 4, is exactly zero (yes, even those that were available in the past, cannot be downloaded). My brother has for exact the same purpose the original HTC G1, running Android 1.6. That phone can download every single app from the Play Store, that was made available when the p…
Re: Goodbye, Native Mobile Apps
#94Earlier quoted context omitted.
What do you mean by lack of retro compatibility? You can still ship apps that target ios6, you have runtime checks for APIs that are missing in one version, the IDE suggests what is available or not. The major versions (and minors) are thoroughly documented in API diffs, the IDE suggests what to modify according to your platform target. The review guidelines are basically changing for the major versions, accordingly…
I have an iPhone 3G in the drawer, as an emergency phone. The amount of apps, that this phone can download from App Store, whether running iOS 3 or 4, is exactly zero (yes, even those that were available in the past, cannot be downloaded). My brother has for exact the same purpose the original HTC G1, running Android 1.6. That phone can download every single app from the Play Store, that was made available when the p…
Re: Goodbye, Native Mobile Apps
#95Interesting that a smallish magazine is moving away from native mobile back to web while not too long ago I saw that some large retail company discontinued their mobile web site and require use of their native app (flipkart I think). I don't think expecting a new audience just because you have an app is reasonable. I'd be interested in seeing how many new users they generate with just the mobile web site - I suspect…
Re: Goodbye, Native Mobile Apps
#96There is a trend in Indian startups to abandon the web altogether and go "app only", among other reasons it defeats the entire purpose of the Internet as we know it, kudos Atavist!
Re: Goodbye, Native Mobile Apps
#97Earlier quoted context omitted.
Websites also can't spam you with push notifications the way installed apps can, so I strongly prefer them as a user. But I suspect this is one reason companies like apps. I'm not sure whether it's my imagination, but this seems to have gotten a lot worse in the past year or two, and is no longer limited to apps from shady no-name companies. Apps from reputable companies used to try to have some plausible reason rela…
>Websites also can't spam you with push notifications I remember reading about this a while ago; not sure how widely implemented this feature is https://developers.google.com/web/updates/2015/03/push-notif...
Although you could grant notification access to an app and then it could become a bad actor, I expect on the web you will be able to be far more choosy about granting access than with an app.
I believe Android is doing something to bring in granular permissions, there was discussion at Google I/O this year.
Re: Goodbye, Native Mobile Apps
#98Could have used React and tried to share component source between iOS, Android and Web. I mean since you're going to fully go web, I don't see the problem in this. It's all JavaScript anyway, unless you want to start playing with the hardware APIs. Yeah you would have to write some of the UI layer differently, but I think it isn't that much. You can wrap your own UI components to use Android/iOS/Web internally.
That doesn't solve any of the problems they listed in the article.
It's possilbe that if the design changes are only on the javascript side that the app could just download those instead of them having to be sent for review.
Re: Goodbye, Native Mobile Apps
#99As a user, I dont really care about it being an App or Mobile Web. It needs two things, 1. An Icon on my Springbroad, so i can easily view it whenever I want to. 2. It should be butter smooth and dont warm my pants after reading. ( i.e lots of CPU cycle. ) Native Apps does better in both department. And whenever users gets a choice most would likely prefer the App version. HTML5 or Web has definitely improve, and it…
1. Both iOS Safari and Android Chrome have "Add to Home screen" feature. Is that not enough?