Hi there, I'm new to titanium. I am working on developing an android app which retrieves data from a local sqlite database (containing 10 tables). The app is working fine and I'm in the process of tweaking it.
I was wondering if I could use the Appcelerator Cloud Service to store the sqlite database and the app could query the database and retrieve the data from there. Is this possible?
I would prefer not to use json as i'm not yet comfortable with it and I've already invested a lot of time creating the database in sqlite. Would be grateful if somebody helped me out here.