TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Android: The Platform for Prototypes

21 点作者 rsandhu超过 13 年前

2 条评论

SomeCallMeTim超过 13 年前
Don't forget on iOS that you can't easily push out new revisions. That 10+ day wait not only applies to your first release, but to every change you want to make.<p>Aside from slowing down iterations a lot, it means you want to REALLY test well before you push an iteration to them. Just heard about a top grossing iOS game that pushed out a new revision with a bug that affects 1% of their users ... causing THOUSANDS of tech support emails. And it's still another week or so before the fix will be published.<p>To say this causes a chilling effect on experimentation on iOS is an understatement.
评论 #3441165 未加载
评论 #3441457 未加载
评论 #3441425 未加载
brian_cloutier超过 13 年前
"Android - immediate distribution"<p>Another important metric is how quickly users start using the update. When you measure using this metric Android is anything but instant.<p>Web apps "check for updates and install" every time you use them. Users are forced to update and depending on the site within a matter of minutes nearly everybody will be using the new version.<p>Android apps don't go through a review process, but it still takes a few minutes for the servers to get the update. It will take an hour or two for every phone to get notified of the update (it's not pushed) and give the user a notification. It will then be even longer for the user to push the button and receive your beautiful new code. There are a few users with "automatic updating" but it's not enabled by default. The majority of your user base will take a while to finish migrating over. I would love if anybody here had real numbers on this, our app only just started reporting version numbers so we haven't been able to collect the data yet.<p>There are exceptions. The Facebook app renders webpages so most updates happen instantly, but when they update one of the native sections there's still a long wait before everyone has it.