JetTrivia
JetTrivia is a simple yet dynamic Quiz Application built using modern Android development practices. The app fetches quiz questions from a JSON payload via Retrofit, manages dependency injection with Hilt Dagger, and stores user-selected answers locally using Room Database. The project follows the MVVM (Model-View-ViewModel) architectural pattern for clean and maintainable code.
Key Features:
-
Fetches quiz questions from remote JSON API
-
Stores user responses locally with Room
-
Dependency injection setup with Hilt
-
Clean architecture using MVVM
-
Modern Android tools and libraries