Reputation: 1310
I have a very basic query related to phonegap and android tablet. I donot have the setup currently with me to verify.
I need to know if the development of Android phone and tablet using Phonegap differs, in term of build or any other thing which i should know before starting development
Upvotes: 3
Views: 3195
Reputation: 6150
This question is not very descriptive, but I'll throw you a few tips for phonegap development on android:
Honestly, it's really not that hard to make an application that has all of the functionality that phonegap offers as a native android app. There are plenty of codesamples and books to help you along the way, great resources (such as SO) to post questions or find answers on. I understand you may want to use phonegap for cross-platform compatibility but if you're looking for 'native feel' and cross-platform compatibility, you may want to look at appcelerator titanium instead. Yes, you'll have to learn their API - but you'll have to learn some of that with phonegap already (and you are still using javascript).
Upvotes: 2