I'm developing with PhoneGap for a month already. In my first app, I used JQuery and the results were horrible. I learned about zepto.js and xuijs being two of the most recommended libraries for cross-platform development. What do you think of these two? which one should I use? Any other things to consider? Any other tips to improve the performance of my apps?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

I t depends on the App, mainly. If it's going to be using animation, I highly reccomend Zepto, as it makes that really easy. If you're going to be developing one using multiple views, I would reccomend xuijs, or Sencha Touch. It really depends on what you're going to be doing with it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.