Software Archive
Read-only legacy content
17061 Discussions

How to create a database for an Android app in intel SDK?

ben4
Beginner
226 Views

Hello,

 

I have a website in PHP and would like to create an app where the content gets updated from the web server.

I would like to know if Intel SDK has some sort of sync adapter please.

 

Thank you,

 

Ben

0 Kudos
1 Reply
Paul_R_
Beginner
226 Views

No; Intel XDK is an IDE for Cordova, so it doesn't necessarily add functionality, it simplifies/streamlines the process of configuring and creating a build.  Your app functionality would be whatever you create in HTML, augmented by plugins; you could make PHP crud calls through javascript, and there are a number of DB plugins you can use as well (like SQL lite).

0 Kudos
Reply