WP News
  • Installation
  • Installation
  • How to Import Project
  • Create WordPress REST API
  • Customize App
  • Additional Changes
  • Admob Configuration
  • OneSignal integraton
  • iOS Document
    • Installation
    • How to Import Project
    • Create WordPress REST API
    • Customize App
    • Additional Changes
    • Admob Configuration
    • OneSignal integration
Powered by GitBook
On this page
  • Project Structure
  • Within each Android app module, files are shown in the following groups:
  • Change App name
  • Change App Package Name
  • Change API URL
  • Change Live TV URL

Customize App

Project customizing

PreviousCreate WordPress REST APINextAdditional Changes

Last updated 6 years ago

Project Structure

After importing project successfully you will get project structure like below image

Within each Android app module, files are shown in the following groups:

manifest

java

Contains the Java source code files, separated by package names, including JUnit test code.

res

Change App name

To change project name follow below steps.

App > res > values > strings.xml

Change App Package Name

Open App level build.gradle and change ApplicationId variable inside android > defaultConfig

applicationId "com.itechnotion.wpnews"

Change API URL

Change the Base Url for inside the app\src\main\java\itechnotion.wpnews\retrofit\ApiService.java

Change Live TV URL

To change Live TV URL follow below steps.

App > res > values > strings.xml

video_url="https://www.youtube.com/watch?v=Ga3maNZ0x0w";

Contains the file.

Contains all non-code resources, such as XML layouts, UI strings, and bitmap images, divided into corresponding sub-directories. For more information about all possible resource types, see .

To know more about project structure please go through this link

AndroidManifest.xml
Providing Resources
Android Project Structure
Project Structure
Change the App Name Title
Change the Base Url
Change the Live TV URL