Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 804 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 804 Bytes

README

What is this repository for?

BestBuy

https://developer.bestbuy.com/apis

  • Quick summary
    BestBuy Android App using Clean Architecture with MVVM pattern. Used Kotlin DSL,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: store-db
    • How to run tests
      Junit
  • Deployment instructions