Skip to content

❔ A Multiple choice questions Android application

License

Notifications You must be signed in to change notification settings

d04nhtu/quick_quest

Repository files navigation

License: MIT

Quick Quest

Android app for multiple choice questions, consisting of two sources of questions. One is prepopulated from a local json file (questions may not match the category) and the other is pulled from Trivia API over the Internet.

Quick Quest is available for free on the Google Play Store.

Get it on Google Play

Screenshots

📃 Libraries Used

  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps.

    • Data Binding - Declaratively bind observable data to UI elements.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Room - Access your app's SQLite database with in-app objects and compile-time checks.
    • ViewModel - Store UI-related data that isn't destroyed on app rotations.
    • Hilt - Providing a standard way to incorporate Dagger dependency injection into an Android application.
    • Navigation - Handle everything needed for in-app navigation.
  • Third party

    • Glide - An image loading and caching list_item_library for Android focused onsmooth scrolling.
    • Kotlin Coroutines - Managing background threads with simplified code and reducing needs for callbacks.
    • Moshi - Modern JSON library for Android and Java.
    • Retrofit - A type-safe HTTP client for Android and Java.

📝 License

This project is released under the MIT license. See LICENSE for details.

MIT License

Copyright (c) 2020 d04nhtu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages