TRS
TRS

Reputation: 490

Need a better solution for the app development issue

i'm developing an app to view stored pdf files as below.

admin can save docs as a pdf and stored in the server.in other side mobile users can download pdf to the sd card and can read the file.these parts already developed.

my problems is while mobile users reading the document,admin edited the same pdf and replace it(store in server).but mobile user still reading downloaded old version file. how can i solve this problem.I need help from the expertise.

Upvotes: 0

Views: 49

Answers (1)

user370305
user370305

Reputation: 109257

The only answer for your question is running a Android-Service to continue check for updates on your server if server has newly or edited pdf file available then notify user to download that file.

EDIT: As per behalf of Renard there is also other option call Android-C2DM as I never used this that's why I didn't suggest you.

Anyway take a look at..

Upvotes: 1

Related Questions