Skip to content

Architecting Android Applications using the MVVM architecture - WIP

License

Notifications You must be signed in to change notification settings

katzvelraj/android-mvvm-sample

 
 

Repository files navigation

Android MVVM Sample

This is an example app to demonstrate the Model-View-ViewModel architecture.

The thought pattern for this project was adapted from the Google Samples repository for Android Architecture - https://github.com/googlesamples/android-architecture

How to run

Requirements

  • Android Studio 1.5+

Steps

To run this application, you need to:

  • Create an API key at https://themoviedb.org/
  • Execute this command (to create a keys.properties file from the sample provided)
    mv keys-sample.properties keys.properties
  • Paste your API key in the keys.properties file

Contribution

Contributions are welcome, still working on a contributions guide

License

Check LICENSE for the license.

About

Architecting Android Applications using the MVVM architecture - WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%