I am trying to understand how to create an android app and web app that syncs their data in kiicloud or any other backend provider. I know that kiicloud has a SDK for android and JS, but JS is just for mobile apps because it is just javascript, they do not have support for server side code, so my question is can I do this in any backend provider?
I have made an app with a local sqlite database, but I have not used an beckend provider such as parse, kinvey or kiicloud. I now want to make an android App / web app that should create/update on both platforms and syncs so both have the new/updated items, the app should also work offline.
Help very much appreciated