QuizApp ?

version-0.1 Koltin

This is an Basic QuizApp based on the Figma screens and JSON data. The app first lists a set of questions which are available in the JSON file. User can tap on a single question to view it’s details and attempt it.

Features

  • Shows Loading effect whenever app loads data (Uses facebook shimmer library)
  • Stores Record of Attempted and Unattempted Questions locally in device storage (using room library for this purpose)
  • App is purely Built-in kotlin hence concise syntax
  • Loads Latex Syntax using MathJax

Screenshots

Video Demo

Library and Dependencies Used ?

  • Facebook Shimmer library
  • Gson library for JSON parsing
  • Navigation Components
  • Room Library
  • Material Design 3

GitHub

View Github