Skip to content

alexey-kravtsov-tc/RickAndMorty

Repository files navigation

Rick And Morty characters app

Unit tests

A simple Rick and Morty characters application uses THE RICK AND MORTY API based on Kotlin MVVM architecture and material design.

Libraries & Spec

  • 100% Kotlin based
  • MVVM Architecture
  • Architecture Components (Lifecycle, LiveData, ViewModel, Navigation, Room)
  • DataBinding
  • Material Design & Animations
  • Ripple animation, Shared element transition
  • THE RICK AND MORTY API
  • Koin for dependency injection
  • Retrofit2 & Gson for constructing the REST API
  • OkHttp3 for implementing interceptor, logging and mocking web server
  • Picasso for loading images
  • Mockito-kotlin for Junit mock test
  • Esepresso for UI testing

License

Copyright 2020 The Android Open Source Project, Inc.

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.