I'm interested in creating an application in HTML5 for mobile, using the android platform. I will use Cordova for this and would like to know if you know any tools to measure the performance of this application.
I'm interested in creating an application in HTML5 for mobile, using the android platform. I will use Cordova for this and would like to know if you know any tools to measure the performance of this application.
Considering that it is html, the performance is the responsibility of the mobile browser. So you can use plugins like YSLOW or Google Page Speed .
To simulate smartphones there is a chrome extension that can help as well.
Here on this site you know what mobile browsers support and can have a foundation of what you can do: link
Already checking performance will be kinda difficult, because every Android device uses a WebView
different to run the application in Cordova. I recommend to test your apps Phonegap Developr, of course, if you are using Phonegap.