Clean movies

A sample movie database app utilizing clean architecture

Used technologies

  • Kotlin as the language
  • Kotlin Coroutines and Flow for handling API calls
  • Retrofit for the API calls
  • Koin for dependency resolutoin
  • Presentation layer with MVVM pattern
  • Coil for image loading

Steps to run

  • Reuqest a free API key from http://www.omdbapi.com
  • Change the current API key inside the ApiService interface

Developed by

Main source of inspiration

A well written article detailing how to implement clean architecture: https://medium.com/@pavan.careers5208/detailed-guide-on-android-clean-architecture-9eab262a9011

License

Copyright 2019 Elod Hampel

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.

GitHub

View Github