JetNYTimesNews is a sample app using NYTimes API to display news. The purpose of the demo is to test the capabilities of Compose.
- Clone the repository and ensure you have an API key - developer nytimes.
- Add your API key in gradle.properties as a value to
ny_times_api_key
.
- The app logo was taken from icons8.
- The theme was generated using Material Theme Builder.
- Hilt
- Coroutines
- Room
- Retrofit
- Glide
- Gson
- Viewmodel
- LiveData
- Paging compose