Manage offline data storage for Android

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.

+3
source share
1 answer
  • How to get or receive data from the server and publish updates in the Android application.

    use HTTPClient .

  • How to manage offline storage when there is no Internet connection, as the data that has been deleted is updated in the Android application.

    , , . , . . , , . , , SQLLite , .

  • php json Android, , , , , ? ?

    WebService . . PHP, Json XML Data. : RSS.

  • : -, ? - .

    HTTPClient. , SQLLite ( ) . , .

:

, couchbase mobile. db . / ( ), , . , HTTPClient .

cloudant.

+4

All Articles