I have read and analyse some examples of creating Apps with Phonegap and I have seen, that the whole development process if I work in Eclipse with the emulators is very slow.
I thought maybe I can develop all the JavaScript and Templates stuff on normal browser, debug there very fast and create the screens and after that, when there is coming the time for using some special stuff for the mobile phone like camera or database, then to copy the whole project to the asset/www folder and make there the final implementation.
What do you thing? Will be this possible, or am I missing something?
You’re right, for example you can ..
I found that by developing and testing it as a web app first, I could get user feedback and fix bugs much quicker. It is a great way to quickly build a phone app.