This is my first simple Jetpack Compose application, using MVVM Architecture
For the next development I hope:
- I can implement Dependency Injection (maybe using Koin)
- Add more quiz type (challenge quiz like Quizizz)
- Kotlin Flow
- Gson for parsing Retrofit and Shared Preferences
- Retrofit
- Live Data
- JETPACK COMPOSE
I got the API from Open Trivia Database
![]() |
![]() |
---|---|
Splash Screen | Main Menu (only 1 menu right now) |
![]() |
![]() |
---|---|
Question (multiple type) | Question (boolean type) |
![]() |
![]() |
---|---|
List Question Menu | List Question (answered) Menu |
![]() |
![]() |
---|---|
Confirmation to Result Menu | This result menu also contain some animation :) |