Question

I'm using phonegap and i cant extend it to activity for the class intiating so i need to extend it to droidgap only but i want one button should keep in the page to move on to next class where i can extend activity and perform layout and other properties .
Here either i need to call from native javascript function or need to call intent for the next class in java android file only .

If any one knows this issue please answer.

Était-ce utile?

La solution

Your First class extending DroidGap, will navigate to index.html page Then from JavaScript you can call another class & perform anything by creating an android plugin like given in the phonegap wiki

Let me know if you have other doubts.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top