Hey there, We are happy to see you as our valuable customer of Quizbox - The Online Quiz Game App. Here is the easy documentation to set the app and ready to launch. Please follow all the instructions carefully and don't skip any step. Feel free to contact us if you face any problems while set-up.
Thank you for purchasing our app
Please read the documentation carefully , and if you have any question check us.
Find the quizbox_android.zip from the folder downloaded from codecanyon and open in in android studio.
In your Project pane, click on the little gear icon ( )
Your package directory will now be broken up into individual directories
Individually select each directory you want to rename
Right-click it
Select Refactor
Click on Rename
In the pop-up dialog, click on Rename Package instead of Rename Directory
Enter the new name
Don't forgot to check Search in comments and strings option
hit Refactor
Click Do Refactor in the bottom
Allow a minute to let Android Studio update all changes
Note: When renaming com in Android Studio, it might give a warning. In such case, select Rename All
Now open your Gradle Build File (build.gradle - Usually app or mobile). Update the applicationId in the defaultConfig to your new Package Name and Sync Gradle, if it hasn't already been updated automatically.
You may need to change the package= attribute in your manifest.
app > res> right click on mipmap folder shown as below:
and replace current logo with your new logo
Change name in strings.xml file
If you want change the theme of ui. change color as your requirment.
Go to res > values > colors
Open your firebase project which you have created while setting up Either Frontend website or Android/iOS Apps
Click on android icon to add our Android Application.
Follow the process and add required things like app package name and other things
Get your SHA-1 key by following the steps here
Click on the "Register app" icon and you will see the page like below.
Download google-service.json by clicking that blue button below
Click Next and Continue to console
Place this file in app folder of android project shown as below
If you there is already another .json file on the location : Project > app > google-services.json , please delete it before adding new one there.
Change Api Base Url, Item Base Url and Api Key to connect with our backend project.
These credentials can be available after following the backend documentation. If you have not followed it, please follow it first
Grab those credentials and add them here in this file
Open : com>retrytech>deliveryboy>retrofit> Const.java file
And see the 3 lines shown in the red box, change them as below Image and example
Change Api Base Url and Item Base Url
BASE_URL = “http://yourbackenddomain.com/api/”
BASE_IMG_URL = “http://yourbackenddomain.com/public/storage/”
DEVKEY= “123”
We are using google map in this project to get the location from the users while they are adding their address. So that delivery boy can get the location while making the delivery. And for that, we will need Google Map API key to use the map in our project.
Follow the official link here by Google listed below to check the steps to create Google Map API key
There you will find the steps as shown in the image below
Red options are the steps to follow one by one
Green options are the step by step instruction in particular step
After following those steps, you will be able to get the API key
After following each steps, you will get the google map API key which needs to be added in the project
Opn strings.xml file on the location : res > values > strings.xml
Find the "map_api_key" and add that key as a value like the example below
<string name="map_api_key">your_map_key_here</string>
Username and password for delivery boys can be created from admin panel
Go to admin dashboard of backend and go to the delivery boys tab in the admin panel and then click on "Add Delivery Boy" button and enter details there and then submit.
You can distribute those credentials to your delivery boys and they can log in to the app using them
Go to Admin panel > Setting > Other Settings
You can change your currency there which is for your platform
Refer to below image for debug apk.
Mail: retrytech@gmail.com
Skype: RetryTech