Doubts Intel XDK

Asked

Viewed 202 times

0

Well I need to identify if the Intel XDK language has features where it runs without using the internet ? Or all content to view and use is required internet connection ?

The reason I need to create an app that even if the person is offline they can work offline with the app, and when connecting all the work would be saved in the database ?

The Intel XDK gives me this ? Intel XDK is a compiled language ? I have the ability to use internal database on intel xdk ?

1 answer

1


I don’t know if we can call xdk programming language, in the meta description here in the stack says :

Intel® XDK is an HTML5-based hybrid web application development tool.

I believe it is an IDE for hybrid development, but it has some things of its own that work on top of Cordova. I use to work with angular + Cordova + javascript + Ionic.

It is not necessary for the user to connect to the internet. Only in the emulator you will need to be connected to test, but when generate the apk and install on the device will be able to do yes the way you imagined there, the user can run the app smoothly.
Anything you can do with angular, Cordova or any framework you use you can do with it. I usually produce apps in Netbeans and use XDK to test, configure, debug, or build apps.

  • THANK YOU FOR YOUR ANSWER BUT IT’S AN OLD QUESTION WHERE I BECAME AN INTEL PARTNER WITH STUDY AND ENTHUSIASM IN ADDITION TO WORKING WITH THE PROGRAM. TODAY MY APPS ARE HYBRID ALSO WHEN YOU SAY ONLINE/OFFLINE BECAUSE I GIVE YOU A CHANCE TO EXPERIENCE BOTH WAYS IN THE SAME APPLICATION.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.