sridharjajoo / NewsApp

An app that fetches latest news, headlines
27 stars 18 forks source link

Add the Headlines fetched to RoomDB #3

Open sridharjajoo opened 5 years ago

sridharjajoo commented 5 years ago

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.

ayush251196 commented 5 years ago

I would like to work on it. Please assign me this issue.

sridharjajoo commented 5 years ago

Sure go ahead. And do one issue at a time

rob729 commented 5 years ago

screenshot from 2018-12-25 00-36-22

rob729 commented 5 years ago

@sridharjajoo I think you have already implemented this.

sridharjajoo commented 5 years ago

Sorry i have edited the issue

rob729 commented 5 years ago

@sridharjajoo I am working on this issue.