This is Trivia Quiz app that have variety of quiz category. Each category have 3 different difficulties (Easy, Medium, and Hard) available that you can choose. All of questions in this app is obtained from Open Trivia Database API.
Here are some libraries that implemented on this app :
- Data Binding combined with View Binding
- Navigation
- Hilt
- Kotlin Coroutines
- Retrofit
- OkHttp Logging Interceptor
- Timber
- Room
- Material Dialogs
- Loading Button
- Ticker
- Skeleton Layout
Besides some libraries thas has already mentioned above, this app also use LiveData and ViewModel as a part of Architecture Components