-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
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.