In my android app I need to sync SQLite database with remote database (mysql) and vice versa....
the concept is something like when application launches application should sync database from remote database.. when I perform some action data should save into sqlite and then sync it to remote database..
Please guide how to perform this task.
Thanks in advance....