This might be a often repeated question. I am a newcomer to the world of mobile and programming in general. I am trying to build an app that uses the native database capabilities within android (sqlite) with Intel XDK (HTML5) as the rendering framework. I don't want it to a web based app, but a complete on the device app.
- Can i code server side on XDK (server side code and database connections)
- If not what should be my way of creating the server side component - build it seperately and somehow package it?
thanks in advance!