Cordova / Kendo development and debugging development

I am going to develop an Android application using Cordova / Kendo. I am new to HTML5 app development and given that I have the tools below already

  • Phpstorm
  • GenyMotion

My initial thoughts

  • I am developing as a traditional web application (using Phpstorm / Chrome web developer tool).
  • when complete, deploy the GenyMotion emulator for testing.
  • If I need to do remote debugging on Chrome (Android), I can use Chrome on Android 4.4.
  • I can use QUnit for unit testing

I'm right? Are there any missing pieces?

+3


source to share


1 answer


You can also invest in using https://www.jshybugger.com/#!/ , which allows you to debug android in versions below 4.4, which is a life saver,



0


source







All Articles