Issue:
To fully summarise the functionality of the app is; the application consists both web and mobile environment. However, the PROPERTY data that has been updated in the web version is not updated continuously within the mobile environment, hence, the PROPERTY data that the user access is always outdated. The PROPERTY data will only be updated when the user starts/restarts the application.
The PROPERTY data that has been initially downloaded when the user startup the app is stored within the apps local file directory [SQlite], and the activity will constantly point to the file directory to retrieve the dataId; which is not the updated PROPERTY data as compared to the PROPERTY data within the web environment.
Therefore, I would like to ask: How will I be able to enable the PROPERTY data to updated accordingly with the updated version in the web.
I was planning to use SyncAdapter method & Refresh button method to allow user to refresh and view the updated version. Any suggestions?