I am looking to make an HTML 5 App which will be available on the apple and android store. (so it needs to be cross platform and for which I am using Phonegap)
My problem is the information displayed on the app will be updated regularly via some online database that will be edited online by myself not users. What is the best practice to connect to this database and what database would work best (note the information isn't private and can be openly available the information is used to populate lists and content on the app)
I have been looking into XML
then JSON
for the "database" and handlebars to insert the content, which I've gone off a bit..
Think of this as an HTML5 app that has to use js. The app itself is simple it's just classified lists (category
, genre
, list
, item
) and then a title:img:description
of each item.
Any help, code or insight would be great. Thanks for your time!