Skip to content

edenhalfon/NewsClient

Repository files navigation

NewsClient

This project fetch articles from NewsApi and show them in RecyclerView and than opening it inside another activity with WebView.

Technologies & Methodologies

  • Model View View-Model (MVVM) - using LiveData and AndroidViewModel.
  • Room as persistent storage in order to support no connection situations.
  • Retrofit for network client.
  • Tests - Unit Tests & Espresso for UI tests and Junit.

Project Structure

The project also support WebView caching and showing articles although there is no connection.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages