This android app demonstrates some technologies such as Dagger2, Databinding, MVVM, Kotlin, Espresso, Junit, etc.
- app: The application is implemented using MVVM architecture (ViewModel and Data Binding, etc).
- data: Local and remote data accessing and manipulating components.
- core: Basic utils to all application.
- Dagger2: https://github.com/MindorksOpenSource/android-dagger2-example
- Data Binding: https://developer.android.com/topic/libraries/data-binding/index.html
- Android Testing: https://developer.android.com/training/testing/index.html
- Room: https://developer.android.com/topic/libraries/architecture/room.html
- Kotlin: https://kotlinlang.org (Note: demo app in kotlin branch)
- Android MVVM Architecture: https://github.com/MindorksOpenSource/android-mvvm-architecture
- Espresso: https://developer.android.com/training/testing/espresso
- JUnit: https://junit.org/junit4
- Mockito: http://site.mockito.org
- Hamcrest: http://hamcrest.org/JavaHamcrest
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.