I would like to know the difference between hybrid and native mobile development. I have only a fair experience in Android only so in both cases I would be learning something new.
My project is simply a mobile application composed of 4 pages only, simply fetching some articles from a website nothing more.
- Would hybrid development be better in this case or just stick to native?!
- Which is better in terms of performance?
- What about phonegap/cordova learning curve?
If I am going hybrid, what's the different between phonegap and cordova?! As far as I know from this question that Phonegap is built on Apache Cordova nothing else. You can think of Apache Cordova as the engine that powers PhoneGap
Does that mean there is no difference between creating phonegap project and creating cordova?