Reputation: 169
I am new in phonegap and web. I create a sample app with cordova 3.4 and i want to change html file for access to a url and show on the screen, or i want create a sample app for send sms and another sample... but i don't know how can write these and i did'nt found any tutorial or sample step by step. How can i open a url and show on the app like google.com (I know about add acess to config.xml ) but i dont know about how can write js and html and java file, i want step by step :) !
And another question is, what is mean of Config.getStartUrl() in super.loadUrl()?
And if you know about a tutorial and resource for start, please say to me.
Thanks for advises
Upvotes: 0
Views: 583
Reputation:
1) Config.getStartUrl() means you declared starting page in your config.xml and get using java. here no need to change java code only need to change config.xml
2) super.loadUrl() means you directly call starting page in your web application
3)config.xml like AndroidManifest.xml
Upvotes: 1