Movie Flix (2nd Version) - Documentation
Created: 15/09/2022
Company: CCN InfoTech - Bangladesh
Contact: CodeCanyon Profile
After completing the hosting server setup, you can't access the main functionality of this project. You have to complete some installation processes to run the project successfully. The installation process and requirements are described below
Project Installation Step-1
This is the 1st phase of the installation process. Click the “Next->” button to go forward to the next step.
Project Installation Step-2
This page requires a project name (ex. MovieFlix) and your domain url (ex. https://movieflix.ccninfotech.com/admin ). Then click the “Save and Next->” button to go forward to the next step.
Project Installation Step-3
On this page, you will configure your previously created database. If you insert a database name that does not exist, you can't go forward to the next page.
And this credential is more important to run your project properly. So you should complete this section sincerely.
Then click the "Save and Next->" button to go forward to the next step.
Project Installation Step-4
When you get this project through Codecanyon, you get a license key.
Insert the license key here. If you insert the wrong license key, you can't go forward to the next page.
After inserting the license key, click the “Save and Next->” button to go forward to the next step.
Project Installation Step-5
Click the “Finished” button, and your project is ready to run.
cPanel Upload Procedure:
How to prodtect your previous data:
Which Android Studio version is needed?
Latest Android Studio version is recommended, which can be downloaded from here:
http://developer.android.com/intl/es/sdk/index.html
How to open the project in Android Studio?
- Open Android Studio > Open an Existing Android Studio Project > Select Your Project build.gradle file > ok
- Select Project
How to change the package name?
How to generate and replace google-service.json?
- Open https://console.firebase.google.com
- Create New Project
- They will give you "google-service.json" file, just paste here like this
How to change app name?
- Open Android Studio >Yor Project Name> res > values > strings.xml
- Enter your app name inside "app_name" string tag:
<string name="app_name">Yor App Name</string>
How to change API Server Url
How to change Details
edit your Basic Settings pannelOneSignal & Firebase & json File Installation
How to change Advertisement?
How To Change OneSignal id
How to change 'Splash Screen, Application Icon and MoreApp link'?
How To Change Application Icon
- Open Android Studio > app > res > drawable-mdpi,drawable-xhdpi and drawable-xxhdpi > ic_launcher.png
- Rename your icon with ic_launcher.png and paste in drawable-mdpi,drawable-xhdpi and drawable-xxhdpi folder
- Open Android Studio > app > res >drawable-xxxhdpi > logo.png
- Rename your splash screen image with logo.png and paste in drawable folder