Intel XDK doubts

0

Am I needing to identify if Intel's XDK language has features where it runs without the use of the internet? Or is all content you need to view and use to connect to the internet?

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

Does Intel XDK enable me to do this? Is Intel XDK a compiled language? I have possibility of using internal database in intel xdk?

    
asked by anonymous 04.08.2015 / 21:33

1 answer

1

I do not know if we can call the programming language xdk, in the description of the goal here in the stack it says:

  

Intel® XDK is a development tool for HTML5-based web and hybrid applications.

I think it's an IDE for hybrid development, but it has a few things that work on top of the CORD. I use to work with angular + cordova + javascript + ionic.

You do not need to connect to the internet. Only in the emulator you will need to be connected to test, but when generating the apk and installing on the device you will be able to do the way you imagined there, the user can run the app without problems. Home All that is possible to do with angular, cordova or any framework that you will be using you can do in it. I usually produce the apps on Netbeans and use XDK to test, configure, debug, or build apps.

    
17.02.2016 / 16:09