I am developing android application using phonegap. I am using only one HTML page(index.html).
Is it possible to use multiple HTML pages in application. If YES how it can be done?
Q2: My application Consuming lots of memory space ? How to handle the memory in phonegap applications ?
I am developing android application using phonegap. I am using only one HTML page(index.html).
Share
Yes, you simply make a link to the other html pages but you might have to re-include phonegap or other javascript libraries.
Memory must be javascript related. What javascript libraries are you using?
Hope this helps.