Skip to content

lagoJin/TopRatedMovies

Repository files navigation

Top Rated Movies

Top Rated Movies is sample based on MVVM architecture. This is project for focusing on the new library Paging3 of implementation paging library. Fetch data from the network via repository pattern.

api license

👉 Stack & Libraries

  • Minimum SDK level 23

  • Kotlin Dsl + Multi Module

  • Kotlin based + Coroutines for asynchronous.

  • JetPack

    • Paging3 - RecyclerView paging class.
    • Navigation - Navigation view, all views Previews.
    • LiveData - Observable data holder class.
    • Lifecycle - Create a UI that automatically responds to lifecycle events.
    • ViewModel - UI related data holder, Easily schedule asynchronous tasks for optimal execution.
  • Dagger-Hilt - dependency injection.

  • Retrofit2 - REST APIs.

  • OkHttp3 - implementing interceptor, logging web server.

  • Coil - kotlin loading images.

  • Timber - Logging library.


🔊 Architecture

architecture


📂 Find this project useful?

Support it by joining stargazers for this repository

Library VersionCheck

./gradlew checkDependencyUpdates

Kotlin CodeCheck

./gradlew ktlint
./gradlew detekt

📃 License


 Copyright 2020 LagoJin LLC

 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

     https://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.