klinker41 / article-android

Android library for displaying web articles in a readable format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetch article content when nonexistent

klinker41 opened this issue · comments

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.