Phonegap with javascript global variable

ualecancont

New Member
I am learning how to use phonegap now. I have a little bit experience in Android.Since Android is Java-based, if we want to have global variable, we can simply define a static variable to handle it. So, we will be able to reference the static variable across all the activities in the app.But phonegap is javascript-based, how am I going to create global variable that is able to be used across all the html pages?
 
Back
Top