I have a SQL database and I would like to be able to copy to/sync with an SQLite in my android app so that people are able to query data without needing an internet connection. I wasnt sure how i would go about updating the SQLite database if fields or tables are altered in the SQL database.
What would be the best way about going about this, I have only ever used the databases separately and this is my first time doing this.