I'm doing a small program with sencha touch. I deployed it on my webserver (WAMP) and it's working correctly.
Now I want to test it on a smartphone simulator. I searched and I found appMobi PhoneGap XDK, but I do not know how to incorporate my work in this simulator. Or do you know another simulator to test?
Importing your project into the appMobi PhoneGap XDK is pretty easy. First, create a new application in the XDK. You can do that from the big, round plus sign button in the upper left hand corner.
Next, open the project from your project list. Click on the grey folder icon to open your project folder.
Finally, drop your PhoneGap bundle (all the HTML,JavaScript, Images, etc) into the root of that folder. The PhoneGap XDK should start by opening the index.html file in that folder.
Cheers!