Theme : Newspaper updates in android application.
How to get or receive data from the server and publish updates in the Android application. How to manage offline storage means whenever there is no Internet connection, how the data has been updated in the Android application, at least how it considers the possibility of showing updates in the Android application. If anyone knows this problem, answer about it.
I use phpeither jsonas intermediate files to extract data from the server and send updates to the Android application, but it seems to be more complicated, and if I do not get permission to access the files on the server side, how can I manage updates? Is it necessary to have permission to access server files?
More on topics: if I want to synchronize an update with a website,
how do I process or implement it? I am not asking for any encoding here.
source
share