I am working with an android application with PhoneGap.
Problem is , I already created a database by sqlite. I want to synchronize with that db. (Once the database has been created it must be told that it needs to synchronize with a remote service.)
How can I do that?