Paid Projects

Quiz Online Android And Website Source Code Download

Quiz Online Android And Website Source Code, Play And Win Quiz, Multiple Type of Quiz Mode Nulled Free Download on NSC

Quiz Online Android And Website Source Code Nulled Free Download on NS

Download Quiz Online App Code Now With Included Web Version Quiz Also Source Code Free is Available here only on NSC – Code

1. How to Install Quiz Online on Your shared hosting?

  1. Create your domain or subdomain in your shared hosting
  2. Create an empty database in your shared hosting and remember this credentials:
    i. database name
    ii. database username
    iii. database password
  3. Upload the source code you have downloaded from CodeCanyon and unzip it.
  4. Now navigate to the url where your project is located.
    ex. mydomain.com or subdomain.mydomain.com
  5. The installation screen should appear and guide you in the process.

That’s it! Now you are ready to run your first Quiz Online: https://quizdemo.wrteam.inDefault Login Details
User: admin
Pass: admin123

Set System Configurations

Set Configurations for your app. All the changes are made here will directly reflect in the App

From here you can set System & App Timezone, App Play store or marketplace Link, Enable / Disable Answer Display, Language Mode, Option E Mode, Force Update App, Daily Quiz Mode, Contest Mode, Battle Random Category Mode, Battle Group Category Mode & In-App Purchase. Manage App Version and Update Share app Text. Set fix Question in level

Set Privacy Policy, Terms & Condition, About us, Instruction page etc.

Set Privacy Policy etc pages for your website and app directly from the Admin Panel.

How to change app name?

  • Open Android Studio > app > res > values > strings.xml
  • Enter your app name inside “app_name” string tag:
    <string name="app_name">Quiz</string>
  • You can also change other string text here.

How to change the Privacy Policy?

  • Open Android Studio > app > res > values > strings.xml
  • Enter your Privacy Policy inside “term_privacy” string tag:
    <string name="term_privacy">By Logging / SigningUp in, you agree to our Terms of Service and Privacy Policy</string>
  • Use Same Word in your Languge in<string name="privacy_policy"> And <string name="terms">
  • If you Don’t Use Same Word in your Language Application Will crash.

How to set country code default?

  • Go to fragment > LoginActivityFragment.java
  • You will get county code here, Copy code from table.
  • Go to Line number 753 replace your country code in line number 753 between IN.

How to change the package name?

You can change it easily from Android Studio. Here are the steps:

  • In the Android pane, click on the little gear icon.Uncheck/Deselect the Compact Empty Middle Packages option.
  • Your package directory will now be broken up in individual directories.
  • Individually select each directory you want to rename, and: Right-click itSelect RefactorClick on RenameIn the Pop-up dialog.
  • Click on Rename Package instead of Rename Directory Enter the new name and hit RefactorAllow a minute to let Android Studio update all changes.
  • Now open your build.gradle (Usually ‘app’ or ‘mobile’). Update the applicationId to your Package Name and Sync Gradle, if it hasn’t already been updated automatically.

Note: When renaming com in Android Studio, it might give a warning. In such a case, select rename All.

Leave a Comment