Skip to content

balch/AuctionBrowser

Repository files navigation

EBay Auction Browser

Architecture Highlights

  • androidx
  • 100% Kotlin
  • Uses ViewModel, LiveData and Room from Android Architecture Components
  • Uses Retrofit2/RxJava2/Gson to query EBay API
  • RecyclerView with PagedListAdapter
  • Local SQLite using Room database for user attached note

Getting Started

  • Requires Android Studio 3.0
  • EBay API Key
    • EBay Quick Start Guide
    • set ebay_app_id resource string in app/build.gradle
      resValue "string", "ebay_app_id", "your ID here"
      

Screenshots

Screen Shot 1

Screen Shot 3