Android app that shows NYT Bestsellers.
Currently, this app only fetches the categories of the books on the NYTimes Bestsellers list. I made this app to learn Android Architecture Components, so the code might be rough in a few places, and there's no error handling.
I am using Room, ViewModel, LiveData, Kotlin Coroutines and the Repository Pattern in this application.
Obtain an api key from NYTimes Developers.
Follow this
post to save your api key in your gradle.properties
file, under the name NYT_API_KEY and as ApiKey
in your application's build.gradle
file.