Docs

Documentation

IPTV Player App

Thank you so much for purchasing our item from codecanyon.


  • Created: 3 Sept 2025
  • Update: 3 Sept 2025

If you have any questions that are beyond the scope of this help file, Please feel free to email - g.developers.mail@gmail.com.


Installation

Download and Install Java This section very important for you if this is first time develop android, if you already develop android project you can SKIP this page.

Download and Install Java

  1. You can download latest JDK from this url : https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html


Install Android Studio

You can download latest Android Studio from this url :
Download  https://developer.android.com/studio


Import Project

Extract .zip you download from Codecanyon, you will see some file and folder. We named project folder with "IPTV Player App", the project location inside ZIP folder. When your Android Studio ready you can open it and you will see display like this :

  • select "Import project (Gradle, Eclipse ADT, etc.)"
  • Browse location Project and press “OK” button.
  • Wait for few minutes until all process import has finished.

Android Studio - App Reskin

Changing Package Name , App Name , App Icon.

Package Name

Step 1 -

  • Open Gradle Scripts → build.gradle (Module: app)
  • Change the application ID with your own id name
  • Standard naming procedure : com.ymg.beststatusandquotes
  • Click Sync Now
  • Standard naming procedure : com.ymg.beststatusandquotes
  • Change the id as unique as possible, because application id is very important used if you want to publish the application to the google play.


Change App Logo

  • Open Android Studio → File → New → Image Asset
  • You can choose 2 types of your icon type, that is Launcher Icon (Adaptive and Legacy) or (Legacy Only)
  • Recommended to use Launcher Icon (Adaptive and Legacy)
  • Browse and choose your image file icon (.png) format with square dimension and start customize your icon
  • Make sure the resource name is “ic_launcher” → Next → Finish


Change App Color

  • to change the app color, you can see on the res/values/colors.xml
  • Enter your color code inside each of strings tag :






 

















Comments