Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
1–6 of 6 posts
Re: Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
#2Re: Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
#3Re: Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
#4Gmail is a hybrid app where certain elements are developed in html5 and displayed in UIWebview. Mail is a native app.
Re: Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
#5Apple 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.
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.
Re: Gmail on iOS: Why does Gmail take so long to load whereas Mail stays in memory?
#6Apple 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.
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-...