cordova - Phonegap vs Android Native SDK for supporting multiple languages -


i want parse planet feed has multiple rss supports multiple languages spanish, german, etc

my question should go phonegap or native android sdk. not sure 1 better can support requirement.

depends on skill set. if have learn javascript , java doesn't matter. pick 1 , learn how it. if know javascript or java, pick 1 know better/like , go it.

the native sdk offers localization : see here. using phonegap, you'll have define own javascript localisation methods. not complicated, have done before , i'm not expert in javascript.

you have consider other things like:

  • is app android or you'll support other platforms?
  • how "heavy" app? render heavy graphics or has fancy animations? in epxerience phonegap gets bit laggy on those.

search differences, pros , cons of doing both. to started.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -