cordova - Why do I need a server to develop a phonegap app -
i'm new phone gap development, documentation says following:
specifying server url
the prepackaged phonegap files shipped profound ui include file named app.js, serves main configuration file profound ui application. first step point app.js server. @ top of file, find following line: pui.serverurl ="http://your_ibmi_server";
what's ibmi server , why need one?
the phonegap documentation on official site had tweaks when visited , had take other resources . tells basic things . here how phonegap works , phonegap creates workspace can port html5 app other platform , you'll need create workspace using shell commands (command prompt ) , connect ide (like ecllipse ) , there js library provided cordova.js give functions interact device(like android phone) you're working on accessing camera etc . no server side work till need ,you can use js send data server , want option . hope helps.
Comments
Post a Comment