Dismissing items from news feed in my app. Android - Java

64 views Asked by At

I have made an app which shows users news articles in a news feed. I would like them to be able to 'dismiss' articles they have already read. What would the best way be to let the application know which articles have been read and should no longer display and which should?

I have thought about storing articles data in a file and populating the feed. When the user removes an item from the feed it will rewrite the file (thus no longer containing the dismissed article). The articles have varying layouts and contain images... What is the best/smartest or fastest way for me to handle 'read'-articles?

I don't need any code, just ideas on how to handle it?

0

There are 0 answers