Optimizing response times seems like a better, more universal approach.
iOS7 is not about flat
31–40 of 135 posts
Re: iOS7 is not about flat
#32Just what I want: every developer of the 200 apps I have on my phone thinking theirs is the most important one and trying to take over my entire phone every 20 minutes to background process. The self-centered perspective of the article is even slightly disturbing, basically implying that their app needs to pre-load data because it's so important and can't make the user wait. A common perspective, sure, but this is th…
But even without knowing that, I wasn't worried because I'm judicious on what apps I allow on my phone. And I would like it if my podcasts were downloaded without me having to explicitly open the app in the morning, FB is already updated when I open it, or the NY Times already has the news.
Re: iOS7 is not about flat
#33To date, the way most developers solve this (Aside from optimizing for performance where possible) is to use loading indicators of some kind, but that's a bandaid at best. Some work will definitely have to be done to manage the battery drain concerns that can arise from this, but more time spent in your app actually doing stuff, and less time waiting for the app to update will be a huge gift of time back to users (basically 2 - 5 seconds every time you open an app is about to be given back to you). Add that up over many app opens every day over many days every year; its substantial.
Re: iOS7 is not about flat
#34Sounds like another way for apps to drain my precious battery life.
Re: iOS7 is not about flat
#35Sounds like another way for apps to drain my precious battery life.
Re: iOS7 is not about flat
#36Earlier quoted context omitted.
That's the thing. It will be in the background. You won't even notice.
But we've been told for years that Android is fundamentally broken because it allows this. I guess everyone changed their mind?
Re: iOS7 is not about flat
#37IMO iOS 7 is a textbook case of fixing something that's not broken.
Re: iOS7 is not about flat
#38Forgive my complete ignorance on the topic: Can't you just push down the information the customer needs? I get that it might be more difficult to use the push API but could an app theoretically have achieved the same experience via push? Also, I'm not quite sure API enhancements are what a release is "about". Admitting that the crazy 3D designs were over the top and adopting a design similar to Metro and Android Holo…
Re: iOS7 is not about flat
#39Apple’s guidelines have always said that developers should avoid splash screens ‘or other startup experience.’ That's nothing new, but many developers ignore it anyway.
Easier said than done. This is trivial for single-purpose apps like Calculator or Weather, where it's easy to predict what the post-launch UI will look like (hint: there's only one screen...) For much larger apps the "fake screenshot" is harmful. Take the Facebook app for example - what should the "fake screenshot" be? iOS does not differentiate between a completely fresh launch vs. a simple restore from background,…
Re: iOS7 is not about flat
#40"Even a five second delay" Optimizing response times seems like a better, more universal approach.