简体   繁体   English

HTML5 App与Android或iPhone应用程序速度比较

[英]Html5 App vs Android or iphone app speed comparision

I want to compare the speed of my html5 based app with the same app built using native tools on android or iphone using java or objective-C? 我想将基于html5的应用程序与使用Java或Objective-C在android或iphone上使用本机工具构建的同一应用程序的速度进行比较吗? Typically i want to compare the loading time,response time, speed in case of canvas animation etc. Can anyone tell me is there any tool available or is there any other way i could test the speed of both apps? 通常情况下,我想比较加载时间,响应时间,画布动画等情况下的速度。有人可以告诉我有没有可用的工具,或者还有其他方法可以测试两个应用程序的速度吗?

Depending on how much animation there is, it will run extremely poor on android. 根据动画的数量,它在Android上的运行效果极差。 On iOS 5 with the new iPhone 4s, it will be pretty good. 在配备新iPhone 4s的iOS 5上,它将非常不错。

Natively will blow them both away though and there really won't be any comparison. 虽然会自然地把它们都吹走,但实际上没有任何可比性。 With Android, there are too many phone's out there that are still on 2.1 and have sub-par hardware. 使用Android时,仍然有太多手机仍在2.1上并且具有低于标准的硬件。 Native is the only way to go to target them with animations. 原生是用动画定位它们的唯一方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM