Skip to content

khadkarajesh/Android-Architecture-Component

Repository files navigation

Android-Architecture-Component

MVVM architecture has been implemented using google's new architecture components. Rx-java and retrofit has been used to fetch the data from the server.

Library Used

  1. Rxjava
  2. Rx-Android
  3. Retrofit
  4. Android Architecture Component
  5. Dagger 2 for android

References

  1. https://github.com/googlesamples/android-architecture-components
  2. http://www.vogella.com/tutorials/Dagger/article.html
  3. https://github.com/googlesamples/android-architecture/blob/dev-todo-mvvm-live/todoapp/app/src/mock/java/com/example/android/architecture/blueprints/todoapp/Injection.java
  4. https://github.com/hazems/mvvm-sample-app
  5. https://github.com/googlesamples/android-architecture

Contribution

There lot more things to cover here including testing to optimization. If you want to contribute on project, please feel free to open a pull request's and issues.