Skip to content

A Quiz Android application 📱 built using Java ♨️ and showing best practices of 🛠️ Room

License

Notifications You must be signed in to change notification settings

hellosagar/Quiz-App

Repository files navigation

Quiz App

A Quiz Android application 📱 built using Java ♨️ and showing best practices of 🛠️ Room

❤️ Try App

Scan QR Code


⚙️ Features

  • App consists of Quiz of primarily three subject - Maths, Geography, Literature
  • Maintaining history of previous attempts of quiz using Room.
  • You can switch users using the Login/Register
  • Feature to change to your current password
  • Added loader while data is being fetched from API
  • Showing the result at the end the Quiz.
  • Implemented login, register,edit password, previous attempts all using SQL Lite DB using Room

🚀 Technology Used

  • Quiz App is build using Java
  • Asynctask for asynchronous
  • Room Persistence Library

📸 Screenshots

Imgur Imgur Imgur
Imgur Imgur Imgur
Imgur Imgur Imgur
Imgur Imgur Imgur

⚡ Dependencies Used

* Room Persistence Library 2.2.5
* Gson 2.8.6