Clean Architecture MVVM using latest Android Components
- AndroidX - AndroidX is the open-source project that the Android team uses to develop, test, package, version and release libraries within Jetpack. AndroidX is a major improvement to the original Android Support Library.
- Room
- Espresso
- Mockito
- Retrofit 2 - A type-safe HTTP client for Android and Java. by Square
- Dagger 2 - A fast dependency injector for Android and Java. By Google
- okhttp 3 - An HTTP & HTTP/2 client for Android and Java applications. For more information see the website and the wiki. by Square
- Rxjava2 and Rxandroid - Reactive Extensions for Android
- Glide - A fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
- Moshi - A modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects:
Copyright 2019 Google Inc. All rights reserved.
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.