I have created an app which contains a lot of data syncing between server and app. Now I want to adapt the tables and api from server to my phone's DB, so that data can be accessed via offline mode also.
There are 2 parts of my question:
- How will I port the tables from server MYSQL to phone's SQLite?
- I am having a lot of Api's to access specific data from server, how will implement those for fetching data from phone's SQLite?
Any help would be appreciated. Thanks in advance