Skip to content

A sample app to demonstrate MVVM architecture with Android.

Notifications You must be signed in to change notification settings

muneikh/Android-MVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A sample app to demonstrate MVVM architecture with Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages