- 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
- Requires Android Studio 3.0
- EBay API Key
- EBay Quick Start Guide
- set
ebay_app_id
resource string in app/build.gradleresValue "string", "ebay_app_id", "your ID here"