klinker41 / article-android

Android library for displaying web articles in a readable format
Other
153 stars 26 forks source link

Fetch article content when nonexistent #21

Closed klinker41 closed 7 years ago

klinker41 commented 7 years ago

For my new project, there could be instances where an article has information such as title and image stored in the database, but no content. If that is the case, we should send a request to the server to grab the content for us and then update the item in the local database accordingly.