An open API service indexing awesome lists of open source software.

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.

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.