Skip to content

Quiz app based on JSON data imported from the website // UdemyChallenge

Notifications You must be signed in to change notification settings

wojtekkula3/TriviaApp

Repository files navigation

TriviaAppChallange

What is this project about?

This project is mobile quiz, which takes the data from online JSON file and binds them with the application. Every json object consist of the the question and the correct answer. That's how the program knows which question is true and which is false. The program also saves user's last and best result to the Shared Preferences which hold it in key-value pairs.

How the design looks like?

     


What technologies was used?

For this project we use Android OS and Java language. The layout is based on constraint layout, card view and some animations on it. More about some technologies used:

  • SharedPreferences - easy and not complicated way to presist data in local Android files. This utility save and retrieve data in the form of key-value pair.
  • Volley - library facilitating the communication of Android applications with other applications using the HTTP protocol.

Who is the author?

👨‍💻 Implemented by: Wojciech Kula
📚 Based on the UdemyCourse by: Paulo Dichone

About

Quiz app based on JSON data imported from the website // UdemyChallenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages