I'm about to start writing an application using PhoneGap & Sencha Touch 2. At first stage just for Android. Since I'm new to these frameworks (and to developing mobile apps in general), I need your an advice on the development process I should take:
Should I develop and test the Sencha Code on my PC browser and then, when the logic is completed and it look OK simply copy the resources to my Android/PhoneGap app and run on the mobile device? I mean, where and in what stage should I take parameters such as the screen size into consideration? Any common obstacles I'm expected to find as a newbie to development in these 2 frameworks (combined)?
Thanks :)