Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.66 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.66 KB

Android MVVM Demo App

This android app demonstrates some technologies such as Dagger2, Databinding, MVVM, Kotlin, Espresso, Junit, etc.

The app has three modules:

  1. app: The application is implemented using MVVM architecture (ViewModel and Data Binding, etc).
  2. data: Local and remote data accessing and manipulating components.
  3. core: Basic utils to all application.

Library reference resources:

  1. Dagger2: https://github.com/MindorksOpenSource/android-dagger2-example
  2. Data Binding: https://developer.android.com/topic/libraries/data-binding/index.html
  3. Android Testing: https://developer.android.com/training/testing/index.html
  4. Room: https://developer.android.com/topic/libraries/architecture/room.html
  5. Kotlin: https://kotlinlang.org (Note: demo app in kotlin branch)
  6. Android MVVM Architecture: https://github.com/MindorksOpenSource/android-mvvm-architecture
  7. Espresso: https://developer.android.com/training/testing/espresso
  8. JUnit: https://junit.org/junit4
  9. Mockito: http://site.mockito.org
  10. Hamcrest: http://hamcrest.org/JavaHamcrest

License

   Copyright (C) 2018 Bill Bao

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.