Software Archive
Read-only legacy content
17061 Discussions

GPS Tracker con clases java

Carolina_V_
Beginner
218 Views

Hi, my name is Caroline, and I am a beginner using the technology, I'm developing an application with Intel Xdk 3759 but I need to included GPS Tracker but I don´t know how, because that need java classes, so my cuestion is, how can I included the java classes in my project or call the classes on my HTML archive?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
218 Views

The XDK creates a standard Cordova (aka PhoneGap) app. These are HTML5 apps, they do not employ Java (directly). Cordova apps have a feature called plugins, which do rely on the native language of the target system. See this doc page for some details regarding Cordova plugins > https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app <

0 Kudos
Reply