html5 - Mobile Apps latest technologies research -
i on research understanding whole buzz around technologies claim deploy cross-platform apps once write code in html5/css3/angularjs/whatever client side techonology. understand technologies provide bridge native-side of os running on, still lack real important information regarding them.
- do phonegap/ionic/cordova wrap client-side code application? same using web-browser url native-like additions(camera/file etc..).
- do technologies connect website online using dns? or "website" building not sit on server on local os? can run application offline?
- besides native additions kind of technologies, why bother developing them when can on other hand develop responsive website can work on desktop?
- can connect server-side using ionic/phonegap? let's have ms-sql table want communicate with- possible?
i have hard time understanding technologies good. still, growing in popularity. light on matter.
do phonegap/ionic/cordova wrap client-side code application? same using web-browser url native-like additions(camera/file etc..).
they wrap html, css , javascript code , provide javascript api use native features
do technologies connect website online using dns? or "website" building not sit on server on local os? can run application offline? should have html, css , javascript inside of app, if way app work offline. can have online too, won't work offline , have problems.
besides native additions kind of technologies, why bother developing them when can on other hand develop responsive website can work on desktop?
if don't need of native features phonegap provides, responsive website, idea of phonegap fill gap between browser , native apps, day browser have access native features , phonegap die. btw, phonegap have desktop platform, can make work native app phone , still work in browser
can connect server-side using ionic/phonegap? let's have ms-sql table want communicate with- possible?
sure, can make xhr calls server xml, json, etc onlyne sql database, can post too, , upload files.
Comments
Post a Comment