extjs - Sencha Touch for mobile platforms -
i have been hearing sencha touch html/css/jquery things. want start samples. have basic questions:
- which ide use ?
- how portable application 1 mobile platforms other ?
- can use device hardware sensors in our application ?
please guide me can start learning curve.
thanks in advance.
- doesn't matter since javascript isn't compiled: debugging in browser, not ide. it's worth, i've been using visual studio, lightweight notepad++ should work well.
- anything web-kit browser can run it. ios, android, blackberry 6.0+. not work on windows phone now.
- to use device sensors, need have emulate native access; there framework called phonegap wraps around web app this. sencha touch has built-in phonegap integration support.
Comments
Post a Comment