Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Custom Project templates to be listed in Intel XDK

GN__Lohith
Beginner
526 Views

Hi

I am new to Intel XDK tool. I have been playing around XDK tool after i installed it.

I have been looking at HTML5 Hybrid Mobile UI Framework called Kendo UI. Kendo UI Mobile provides a complete Mobile framework for Hybrid Apps. Kendo UI Mobile demos are available online here: http://demos.telerik.com/kendo-ui/m

When i start XDK and go to Start A New Project > Templates > Layout & User Interface - I see many ready made templates listed there. I am interested to know if i can list a Kendo UI project templates here in the default template list ?

Is this possible ?

Looking forward to some pointers/direction?

0 Kudos
1 Reply
Pamela_H_Intel
Moderator
526 Views

We don't directly support Kendo UI, so you won't be able to select a Kendo UI template when creating a project.

You can, however, use the Kendo UI Framwork by adding the Framework to your source manually after creating a project in one of the two following ways:

  • Create the project with App Designer with a some framework choice. Then, after adding the Kendo Framework, you will need to make adjustments in the code to access the Kendo UI Framework functionality, or
  • If you are comfortable with HTML5 and don't need App Designer, start with no framework and after adding the Kendo Framework add whatever code you need.
0 Kudos
Reply