Android Question Best settings to handle information in a news reader application

CanguroCode

Active Member
Licensed User
Longtime User
Hello everyone. I want to make an Android app news reader of a blog. Am looking the information that exists in the blog is updated on an Android app, so that you can read offline. I thought of two options for this:

1. Maintain a MySql database on a server and download information to the app (images and text). This option seems easy but could cause lack of control in the order within files in the application.

2. Maintain a MySql database for web and SQLite for the application. So that both share information (a type of synchronization I guess). And the android application can read at any time and offline synchronized information. This leads to the complexity of creating the code for data exchange.

So, what do you recommend? Any other ideas?


thank you very much
 
Top