/SimpleRSS

SimpleRSS - small and simple example app for reading RSS from different sources.

Primary LanguageJavaMIT LicenseMIT

SimpleRSS

SimpleRSS - small and simple example app for reading RSS from different sources. I spent ~ 7 evenings to make it. It`s just an example and "training field" for testing some technologies. If something did not work - create issue request.

screenshoot

Features

  • Adding multiple RSS sources for reading
  • Storing downloaded news in database
  • Searching in downloaded news by keyword in title, description or source name
  • Reading full versions of downloaded news (link to browser)
  • Cleaning all downloaded news and sources

Used technologies

  • OkHttp3 - for network use
  • Room ORM - for acces to database, reading, writing and searching
  • LiveData - for reactive UI (updating RecyclerView items after geting full response)