https://github.com/sadeeshaperera/android-quiz-game
A simple android quiz game developed using Kotlin.
https://github.com/sadeeshaperera/android-quiz-game
andriod android-studio intent localstorage quiz-game room-persistence-library viewmodel
Last synced: about 1 month ago
JSON representation
A simple android quiz game developed using Kotlin.
- Host: GitHub
- URL: https://github.com/sadeeshaperera/android-quiz-game
- Owner: SadeeshaPerera
- Created: 2024-06-16T07:39:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:19:03.000Z (over 1 year ago)
- Last Synced: 2025-05-16T02:13:47.448Z (5 months ago)
- Topics: andriod, android-studio, intent, localstorage, quiz-game, room-persistence-library, viewmodel
- Language: Kotlin
- Homepage:
- Size: 584 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Quiz-Game
Game Description
- A simple quiz game built using ViewModel for managing UI-related data in a lifecycle-conscious way and Room persistence library for store data in local storage.
- Used intents for communication between activities which implemented by different layouts.
Instructions to Play
- Anyone can play this quiz game without any prior knowledge. User can answer questions and get the total score out of ten at the end of the game.