Hacker News new | ask | show | jobs
Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
5 points by kuhnster 4289 days ago
Are all apps treated equally in iOS and does Mail get special privileges?
2 comments

Gmail is a hybrid app where certain elements are developed in html5 and displayed in UIWebview. Mail is a native app.
Exactly, I think we're comparing different things here. You can install Gmail (POP3/iMap) inside Mail.app
Apple can use private/undocumented APIs which are forbidden from App Store apps. I believe you can run a strings command on the itunes file to see what the APIs are called.
This is complete speculation, and not even good speculation.

Gmail for iOS is essentially a single-site web browser, whereas the Mail app is a full iOS app utilizing the full CocoaTouch frameworks. A native app is going to have a faster experience.

Also, use objdump or something, like a professional -- not strings.

It's not at all speculation, I just didn't feel the need to prove it. We're not obsessive about that here, not like Wikipedia or Stackoverflow.

http://stackoverflow.com/questions/17580251/what-exactly-is-... http://www.macrumors.com/2013/10/15/launch-center-pro-develo... http://www.loopinsight.com/2010/04/06/apples-use-of-private-...