Software Archive
Read-only legacy content
17061 Discussions

XDK Directory Structure

Bob_Seabrook
Beginner
877 Views

 I'm just starting to port apps to this framework.

My question is: Is the directory structure I see  cast in stone for XDK?  "vendors" rather than scripts. etc.

 

 

0 Kudos
4 Replies
Elroy_A_Intel
Employee
877 Views

The Intel® XDK file structure doesn't required you to use any specific naming convention for your directories. 

Note: New projects are created with www/ as the root directory. All files relevant to your project should be located within this file directory. www/ directory is commonly used to hold HTML applications within native apps.

0 Kudos
Bob_Seabrook
Beginner
877 Views

 Question:

Regarding the latest versions of Jquery and JQM  , is it fine to use latest release with INTEL XDK?

0 Kudos
PaulF_IntelCorp
Employee
877 Views

Yes, you can use any JavaScript framework that will work in a Cordova/PhoneGap environment. The XDK package provides a similar environment. If you choose to use App Designer to create an app, one of the options is to use jQuery Mobile.

We recommend that you use App Framework, it has been specifically optimized for use with embedded webviews and deals with some problems that are unique to these hybrid mobile apps.

0 Kudos
Bob_Seabrook
Beginner
877 Views

We recommend that you use App Framework, it has been specifically optimized for use with embedded webviews and deals with some problems that are unique to these hybrid mobile apps.

    You're going to make me work for it right?  LOL...will have to build a couple of macros to strip out the JQM txt

 

0 Kudos
Reply