Skip to content

JetTrivia is a simple yet dynamic quiz app built with modern Android practices. It fetches quiz questions via Retrofit, uses Hilt for dependency injection, stores user-selected answers with Room, and follows the MVVM architecture for clean, maintainable code.

Notifications You must be signed in to change notification settings

Asp9998/JetTrivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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:

  1. Fetches quiz questions from remote JSON API

  2. Stores user responses locally with Room

  3. Dependency injection setup with Hilt

  4. Clean architecture using MVVM

  5. Modern Android tools and libraries

Screen_recording_3.mp4

About

JetTrivia is a simple yet dynamic quiz app built with modern Android practices. It fetches quiz questions via Retrofit, uses Hilt for dependency injection, stores user-selected answers with Room, and follows the MVVM architecture for clean, maintainable code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published