Documentation

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.


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?

  1. Open Android Studio > Open an Existing Android Studio Project > Select Your Project build.gradle file > ok
  2. Select Project



How to change the package name?

How to generate and replace google-service.json?

  1. Open https://console.firebase.google.com
  2. Create New Project
  3. They will give you "google-service.json" file, just paste here like this

How to change app name?

    1. Open Android Studio >Yor Project Name> res > values > strings.xml
    2. 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 pannel

OneSignal & Firebase & json File Installation

  1. https://console.firebase.google.com
  2. https://app.onesignal.com/apps







How to change Advertisement?


How To Change OneSignal id






How to change 'Splash Screen, Application Icon and MoreApp link'?

How To Change Application Icon

  1. Open Android Studio > app > res > drawable-mdpi,drawable-xhdpi and drawable-xxhdpi > ic_launcher.png
  2. Rename your icon with ic_launcher.png and paste in drawable-mdpi,drawable-xhdpi and drawable-xxhdpi folder


How To Change Splash Screen
  1. Open Android Studio > app > res >drawable-xxxhdpi > logo.png
  2. Rename your splash screen image with logo.png and paste in drawable folder

THANK YOU