Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 429 Bytes

Android-MVVM

A sample app to demonstrate MVVM architecture with Android.

The app fetches the public repositories using the Github api and shows the following details in the endless-recyclerview.

  • repo name
  • description
  • login of the owner

The results from the api are paginated i.e. 10 results at a time and are stored in the persistent storage.

The application also covers very basic Unit tests for the network requests.