GithubHelp home page GithubHelp logo

jhm69 / quizapp Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 6.17 MB

Quiz Q is a user-friendly mobile app that offers an engaging and challenging quiz experience across various topics. It allows users to answer questions within a time limit and saves their progress for later.Quiz Q utilizes ROOM Database, LiveData, ViewModel, Retrofit, and other libraries to deliver a seamless and enjoyable quiz experience.

Java 100.00%
quiz android-starter-project livedata-viewmodel retrofit room-databases template-project trivia-api trivia-quiz-game

quizapp's Introduction

Quiz Q

Quiz Q is a user-friendly mobile app that offers an engaging and challenging quiz experience across various topics. It allows users to answer questions within a time limit and saves their progress for later. The app also offers a history feature to review past games, tracks scores, and provides hours of entertainment and education for students, teachers, and trivia enthusiasts. Quiz Q utilizes ROOM Database, LiveData, ViewModel, Retrofit, and other libraries to deliver a seamless and enjoyable quiz experience for Android users.

  1. Questions are randomly selected from The Trivia Api
  2. Used ROOM Database for Storing Questions and User result offline
  3. Used Live Data and ViewModel

Test the App: Download Quiz Q

Structure

main
   ├───java
   │   └───com
   │       └───jhm69
   │           └───quizapp_hometask
   │               ├───activity
   │               ├───adapter
   │               ├───dao
   │               ├───db
   │               ├───model
   │               ├───repository
   │               ├───retrofit
   │               ├───utils
   │               ├───view
   │               └───viewmodel
   └───res
       ├───anim
       ├───drawable
       ├───font
       ├───layout
       ├───mipmap-anydpi-v26
       ├───mipmap-hdpi
       ├───mipmap-mdpi
       ├───mipmap-xhdpi
       ├───mipmap-xxhdpi
       ├───mipmap-xxxhdpi
       ├───raw
       ├───values
       └───xml

Dependencies

    implementation fileTree(dir: "libs", include: ["*.jar"])
    implementation 'androidx.appcompat:appcompat:1.3.0'
    implementation 'com.google.android.material:material:1.8.0-alpha02'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'


    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.0'
    implementation 'androidx.preference:preference:1.1.1'
    testImplementation 'junit:junit:4.13.2'
    implementation 'commons-io:commons-io:2.5'

    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
    implementation "android.arch.persistence.room:runtime:1.1.1"
    annotationProcessor "android.arch.persistence.room:compiler:1.1.1"
    implementation 'com.google.code.gson:gson:2.8.6'
    implementation 'com.squareup.retrofit2:retrofit:2.3.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
    implementation "android.arch.lifecycle:livedata:1.1.1"
    implementation 'com.github.marlonlom:timeago:3.0.2'

    implementation "com.airbnb.android:lottie:3.4.0"
    implementation "android.arch.lifecycle:extensions:1.1.1"
    implementation "android.arch.lifecycle:viewmodel:1.1.1"

ScreenShots

Contact Me Jahangir Hossain

quizapp's People

Contributors

jhm69 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.