-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the Headlines fetched to RoomDB #3
Labels
Comments
I would like to work on it. Please assign me this issue. |
Sure go ahead. And do one issue at a time |
@sridharjajoo I think you have already implemented this. |
Sorry i have edited the issue |
@sridharjajoo I am working on this issue. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The headlines fetched should be stored in the DB only if the response from the API is different from what it was earlier. If the API response is same then the articles should be fetched from DB. Currently every time the API is called the news articles are getting stored in Room which has to be eliminated at any cost.
The text was updated successfully, but these errors were encountered: