Application consuming the TMDB Api
- Kotlin
- Retrofit
- OkHttp
- Gson
- Dagger Hilt - Dependency injection
- Coroutines
- ViewModel
- ViewBinding
- LiveData
- Paging
- Navigation
- Shimmer
- Detekt
- Flexbox Layout
- Room
- Go to TMDB, and get key an token.
- Create "apikey.properties" on project, including the api key, and token, example: API_KEY="...", API_TOKEN="...".
- After that, just build and run the application.
Enjoy!:heart: