I’ve read about phonegap which enables users to write web-based apps for android and i was wondering:
- how is the performance of phonegap compared to a “real” android app
- what would NOT work in phonegap?
- i know it’s possible to implement google maps with phonegap but i guess there’s a lots of limitation compared to direct coding the maps under android?
- as a newbie to android (but intermediate in web-programming), should I go for direct android coding instead of phonegap?
i’m planning to write an app which uses google maps service+gps, database access and such, and i’m afraid it’s not really possible with phonegap.
thx
The performance of PhoneGap apps is good, but it largely depends on exactly what you are doing (for example animations probably perform better native).
If you are only building it on one platform it might be best to go native since there is going to be a learning curve with both PhoneGap and native Android development. It may also be easier to go native since you are using maps a lot.