anil-gudigar / MovieDB

Movie DB App using Clean Architecture, MVVM pattern. Used Databinding, Daager 2, Retrofit 2, OkHttp 3. Used Room Databased for persistence and Offline support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

What is this repository for?

  • Quick summary
    Movie DB App using MVVM pattern. Used Databinding, Daager 2, Retrofit 2, OkHttp 3. Used Room Databased for persistence and Offline support.
  • Version 1.0

How do I get set up?

  • Summary of set up
    Import Project to Android Studio
  • Configuration
    Android Studio 3.5
    compileSdkVersion = 29
    minSdkVersion = 15
    targetSdkVersion = 29
    buildtoolVersion = '29.0.2'
  • Dependencies
    Kotlin
    Databinding
    Daager 2
    Retrofit 2
    OkHttp 3
    Room
    Android X
  • Database configuration
    Name: movie-db
  • How to run tests
    Junit
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About

Movie DB App using Clean Architecture, MVVM pattern. Used Databinding, Daager 2, Retrofit 2, OkHttp 3. Used Room Databased for persistence and Offline support.


Languages

Language:Kotlin 100.0%